MCPcopy Create free account

hub / github.com/ajrcarey/pdfium-render / functions

Functions3,097 in github.com/ajrcarey/pdfium-render

↓ 1 callersMethodas_checkbox_field
(&self)
src/pdf/document/page/field.rs:190
↓ 1 callersMethodas_checkbox_field_mut
(&mut self)
src/pdf/document/page/field.rs:200
↓ 1 callersMethodas_combo_box_field
(&self)
src/pdf/document/page/field.rs:230
↓ 1 callersMethodas_degrees
(&self)
src/pdf/document/page.rs:108
↓ 1 callersMethodas_fpdf_sys_font_info_mut_ptr
(&mut self)
src/pdf/font/provider.rs:151
↓ 1 callersMethodas_image_data
(&self)
src/pdf/bitmap.rs:383
↓ 1 callersMethodas_list_box_field
(&self)
src/pdf/document/page/field.rs:240
↓ 1 callersMethodas_local_destination_action
(&self)
src/pdf/action.rs:155
↓ 1 callersMethodas_path_object_mut
(&mut self)
src/pdf/document/page/object.rs:463
↓ 1 callersMethodas_pdfium
The as_pdfium() function is not currently used, but we expect it to be in future
src/pdf/document/page/object/path.rs:87
↓ 1 callersMethodas_radio_button_field
(&self)
src/pdf/document/page/field.rs:210
↓ 1 callersMethodas_radio_button_field_mut
(&mut self)
src/pdf/document/page/field.rs:220
↓ 1 callersMethodas_range
(&self)
src/pdf/document/pages.rs:109
↓ 1 callersMethodas_range_inclusive
(&self)
src/pdf/document/pages.rs:115
↓ 1 callersMethodas_text_object
( &self, document: &'a PdfDocument<'a>, )
src/pdf/document/page/paragraph.rs:139
↓ 1 callersMethodas_widget_annotation
(&self)
src/pdf/document/page/annotation.rs:764
↓ 1 callersMethodattachment_points_impl
(&self)
src/pdf/document/page/annotation.rs:1332
↓ 1 callersMethodattachments
(&self)
src/pdf/document.rs:248
↓ 1 callersMethodbind_to_pdfium
Configures this [PdfiumRenderWasmState] with bindings to Emscripten-exposed Pdfium functions in the given Javascript Object.
src/bindings/wasm_bindings.rs:133
↓ 1 callersMethodbleed
(&self)
src/pdf/document/page/boundaries.rs:167
↓ 1 callersMethodbounding
(&self)
src/pdf/document/page/boundaries.rs:248
↓ 1 callersFunctionbuild_bindings
()
build.rs:59
↓ 1 callersFunctionbuild_bindings_for_one_pdfium_release
(release: &str)
build.rs:93
↓ 1 callersMethodbytes
Returns the raw byte data for this [PdfSignature]. For public key signatures, the byte data is either a DER-encoded PKCS#1 binary or a DER-encoded PK
src/pdf/document/signature.rs:69
↓ 1 callersMethodbytes_per_pixel
(&self)
src/pdf/bitmap.rs:92
↓ 1 callersMethodcircle_to
Appends a circle to this [PdfPagePathObject] by drawing four Bézier curves approximating a circle filling a rectangle from the current point to the gi
src/pdf/document/page/object/path.rs:736
↓ 1 callersMethodclear_custom_font_provider
Clears the currently set font provider, including Pdfium's platform default font provider.
src/pdfium.rs:232
↓ 1 callersMethodclip
(mut self, left: Pixels, top: Pixels, right: Pixels, bottom: Pixels)
src/pdf/document/page/render_config.rs:652
↓ 1 callersMethodcontains_x
(&self, x: PdfPoints)
src/pdf/rect.rs:161
↓ 1 callersMethodcontains_y
(&self, y: PdfPoints)
src/pdf/rect.rs:167
↓ 1 callersMethodcontents_impl
(&self)
src/pdf/document/page/annotation/private.rs:317
↓ 1 callersMethodcopy_byte_string_to_pdfium
Copies the raw bytes of the given `FPDF_BYTESTRING` into Pdfium's WASM memory heap, returning a pointer to the copied string at the destination locati
src/bindings/wasm_bindings.rs:626
↓ 1 callersMethodcopy_pages_from_document
( &mut self, source: &PdfDocument, pages: &str, destination_page_index: PdfPag
src/pdf/document/pages.rs:282
↓ 1 callersMethodcopy_to_page
Copies all the [PdfPageObject] objects in this group into a new [PdfPageXObjectFormObject], then adds the new form object to the page objects collecti
src/pdf/document/page/object/group.rs:400
↓ 1 callersMethodcopy_to_page_impl
( &mut self, page: &mut PdfPage<'b>, )
src/pdf/document/page/object.rs:1242
↓ 1 callersMethodcourier
(&mut self)
src/pdf/document/fonts.rs:218
↓ 1 callersMethodcourier_bold
(&mut self)
src/pdf/document/fonts.rs:224
↓ 1 callersMethodcreate_attachment_from_blob
( &'a mut self, name: &str, blob: Blob, )
src/pdf/document/attachments.rs:239
↓ 1 callersMethodcreate_attachment_from_reader
Attempts to add a new [PdfAttachment] to this collection, using the given name and the given reader. Byte data from the given reader will be embedded
src/pdf/document/attachments.rs:175
↓ 1 callersMethodcreate_free_text_annotation
( &mut self, text: &str, )
src/pdf/document/page/annotations.rs:200
↓ 1 callersMethodcreate_group
Creates a new [PdfPageGroupObject] object group that includes any page objects in this [PdfPageObjects] collection matching the given predicate functi
src/pdf/document/page/objects.rs:71
↓ 1 callersMethodcreate_highlight_annotation
( &mut self, )
src/pdf/document/page/annotations.rs:221
↓ 1 callersMethodcreate_highlight_annotation_over_object
( &mut self, object: &PdfPageObject, color: PdfColor, contents: Option<&str>,
src/pdf/document/page/annotations.rs:518
↓ 1 callersMethodcreate_link_annotation
Creates a new [PdfPageLinkAnnotation] with the given URI in this [PdfPageAnnotations] collection, returning the newly created annotation. If the cont
src/pdf/document/page/annotations.rs:250
↓ 1 callersMethodcreate_path_object_ellipse_at
( &mut self, center_x: PdfPoints, center_y: PdfPoints, x_radius: PdfPoints,
src/pdf/document/page/objects/common.rs:572
↓ 1 callersMethodcreate_squiggly_annotation
( &mut self, )
src/pdf/document/page/annotations.rs:299
↓ 1 callersMethodcreate_squiggly_annotation_under_object
( &mut self, object: &PdfPageObject, color: PdfColor, contents: Option<&str>,
src/pdf/document/page/annotations.rs:389
↓ 1 callersMethodcreate_strikeout_annotation
( &mut self, )
src/pdf/document/page/annotations.rs:329
↓ 1 callersMethodcreate_strikeout_annotation_through_object
( &mut self, object: &PdfPageObject, color: PdfColor, contents: Option<&str>,
src/pdf/document/page/annotations.rs:480
↓ 1 callersMethodcreate_text_annotation
( &mut self, text: &str, )
src/pdf/document/page/annotations.rs:345
↓ 1 callersMethodcreate_underline_annotation
( &mut self, )
src/pdf/document/page/annotations.rs:366
↓ 1 callersMethodcreation_date_impl
(&self)
src/pdf/document/page/annotation/private.rs:341
↓ 1 callersMethodcreator_impl
(&self)
src/pdf/document/page/annotation/private.rs:329
↓ 1 callersMethoddeterminant
(&self)
src/pdf/matrix.rs:196
↓ 1 callersMethoddocument_handle
(&self)
src/pdf/document/bookmarks.rs:41
↓ 1 callersMethoddocument_handle
(&self)
src/pdf/document/page/text/chars.rs:47
↓ 1 callersMethoddoes_match_object_styling
(&self, other: &PdfPageTextObject)
src/pdf/document/page/paragraph.rs:89
↓ 1 callersMethoddoes_match_string_styling
(&self, other: &PdfStyledString)
src/pdf/document/page/paragraph.rs:82
↓ 1 callersMethodellipse_to
Appends an ellipse to this [PdfPagePathObject] by drawing four Bézier curves approximating an ellipse filling a rectangle from the current point to th
src/pdf/document/page/object/path.rs:715
↓ 1 callersFunctionexpected_page_0_size
()
src/pdf/document/pages.rs:662
↓ 1 callersFunctionexport_pdf_to_jpegs
( path: &impl AsRef<Path>, password: Option<&str>, )
src/lib.rs:217
↓ 1 callersMethodfield_type
(&self)
src/pdf/document/page/field.rs:164
↓ 1 callersMethodfill_color_impl
(&self)
src/pdf/document/page/annotation/private.rs:383
↓ 1 callersMethodfind_maximum_valid_glyph_index
Returns the highest index position of an extant glyph within the given index range.
src/pdf/font/glyphs.rs:57
↓ 1 callersMethodflush
(&mut self)
src/utils.rs:430
↓ 1 callersMethodfont_is_fixed_pitch
Returns `true` if all the glyphs in the font applied to this character have the same width. Pdfium may not reliably return the correct value of this
src/pdf/document/page/text/char.rs:233
↓ 1 callersMethodfont_is_serif
Returns `true` if one or more glyphs in the font applied to this character have serifs - short strokes drawn at an angle on the top or bottom of glyph
src/pdf/document/page/text/char.rs:251
↓ 1 callersMethodfont_size
(&self, form: &PdfForm)
src/pdf/document/page/annotation/variable_text.rs:101
↓ 1 callersMethodform_type
(&self)
src/pdf/document/form.rs:187
↓ 1 callersMethodget
Returns a single [PdfSignature] from this [PdfSignatures] collection.
src/pdf/document/signatures.rs:60
↓ 1 callersMethodget
Returns a single [PdfAttachment] from this [PdfAttachments] collection.
src/pdf/document/attachments.rs:84
↓ 1 callersMethodget
Returns a single [PdfFormFieldOption] from this [PdfFormFieldOptions] collection.
src/pdf/document/page/field/options.rs:75
↓ 1 callersMethodget_annotation_type
Returns the [PdfPageAnnotationType] of this [PdfPageAnnotation].
src/pdf/document/page/annotation/private.rs:137
↓ 1 callersMethodget_char_near_point
( &self, x: PdfPoints, tolerance_x: PdfPoints, y: PdfPoints, tolerance
src/pdf/document/page/text/chars.rs:141
↓ 1 callersMethodget_last_error
(&self)
src/bindings/wasm_bindings.rs:998
↓ 1 callersFunctionget_pdfium_file_writer_from_writer
Returns a wrapped Pdfium `FPDF_FILEWRITE` struct that uses the given writer as an output source for Pdfium's file writing callback function.
src/utils.rs:383
↓ 1 callersMethodget_processed_image
(&self, document: &PdfDocument)
src/pdf/document/page/object/image.rs:312
↓ 1 callersMethodget_raw_bitmap
Returns a new [PdfBitmap] created from the bitmap buffer backing this [PdfPageImageObject], ignoring any image filters, image mask, or object transfor
src/pdf/document/page/object/image.rs:275
↓ 1 callersFunctionget_target_suffixed_env_var
Tries reading a target-specific value from the environment for the given environment variable by appending a suffix for the current build target to th
build.rs:183
↓ 1 callersMethodget_type
(&self)
src/pdf/document/page/annotation/unsupported.rs:49
↓ 1 callersMethodget_value_from_browser_globals
(&self, key: &str)
src/bindings/wasm_bindings.rs:304
↓ 1 callersMethodhandle
(&self)
src/pdf/document.rs:206
↓ 1 callersMethodhandle
(&self)
src/pdf/document/page/annotation.rs:1317
↓ 1 callersMethodhandle
(&self)
src/pdf/document/page/annotation/link.rs:98
↓ 1 callersMethodhas_transparency_impl
Internal implementation of [PdfPageObjectCommon::has_transparency()].
src/pdf/document/page/object/private.rs:314
↓ 1 callersMethodhash
(&self, state: &mut H)
src/pdf/document/bookmark.rs:55
↓ 1 callersMethodhelvetica_bold
(&mut self)
src/pdf/document/fonts.rs:200
↓ 1 callersMethodinitialize_len
(&self)
src/pdf/font/glyphs.rs:42
↓ 1 callersMethodinsert_object_on_page
( &mut self, page_objects: &mut PdfPageObjects, index: PdfPageObjectIndex, )
src/pdf/document/page/object.rs:1213
↓ 1 callersMethodinsert_object_on_page_handle
( &mut self, document_handle: FPDF_DOCUMENT, page_handle: FPDF_PAGE,
src/pdf/document/page/object/private.rs:121
↓ 1 callersMethodinvert
(&self)
src/pdf/matrix.rs:180
↓ 1 callersMethodis_active
Returns `true` if this [PdfPageObject] is marked as active on its containing page.
src/pdf/document/page/object.rs:583
↓ 1 callersMethodis_embedded
Returns `true` if the data for this [PdfFont] is embedded in the containing [PdfDocument].
src/pdf/font.rs:550
↓ 1 callersMethodis_empty
(&self)
src/pdf/document/signatures.rs:38
↓ 1 callersMethodis_empty
(&self)
src/pdf/document/attachments.rs:62
↓ 1 callersMethodis_empty
(&self)
src/pdf/document/page/text.rs:79
↓ 1 callersMethodis_empty
(&self)
src/pdf/document/page/links.rs:94
↓ 1 callersMethodis_empty
(&self)
src/pdf/document/page/field/options.rs:53
↓ 1 callersMethodis_empty
(&self)
src/pdf/document/page/object/group.rs:136
↓ 1 callersMethodis_empty
(&self)
src/pdf/document/page/object/image.rs:900
← previousnext →701–800 of 3,097, ranked by callers