Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajrcarey/pdfium-render
/ functions
Functions
3,097 in github.com/ajrcarey/pdfium-render
⨍
Functions
3,097
◇
Types & classes
3,132
↓ 8 callers
Method
green
(&self)
src/pdf/color.rs:271
↓ 8 callers
Method
highlight_form_fields_of_type
( mut self, form_field_type: PdfFormFieldType, color: PdfColor, )
src/pdf/document/page/render_config.rs:584
↓ 8 callers
Method
len
(&self)
src/pdf/document/page/text.rs:73
↓ 8 callers
Method
objects
(&self)
src/pdf/document/page/annotation.rs:1209
↓ 8 callers
Method
page_handle
(&self)
src/pdf/document/page/annotations.rs:68
↓ 8 callers
Method
red
(&self)
src/pdf/color.rs:265
↓ 8 callers
Method
rotate_if_landscape
( mut self, rotation: PdfPageRenderRotation, do_rotate_constraints: bool, )
src/pdf/document/page/render_config.rs:341
↓ 8 callers
Method
security_handler_revision
Returns the revision of the standard security handler used by the containing [PdfDocument]. As of PDF version 1.7, possible revision numbers are 2, 3,
src/pdf/document/permissions.rs:81
↓ 8 callers
Method
segments
(&self)
src/pdf/document/page/text.rs:85
↓ 7 callers
Method
alpha
(&self)
src/pdf/color.rs:259
↓ 7 callers
Method
call_pdfium_form_mouse_fn
( &self, fn_name: &str, form: FPDF_FORMHANDLE, page: FPDF_PAGE, modifi
src/bindings/wasm_bindings.rs:1583
↓ 7 callers
Method
copy_struct_to_pdfium_mut
(&self, ptr: *mut T)
src/bindings/wasm_bindings.rs:615
↓ 7 callers
Function
get_render_settings_from_config
( config: PdfRenderConfig, )
src/pdf/document/page/render_config.rs:1134
↓ 7 callers
Method
height
(&self)
src/pdf/rect.rs:149
↓ 7 callers
Method
len
Returns the number of image filters applied to the parent [PdfPageImageObject].
src/pdf/document/page/object/image.rs:890
↓ 7 callers
Method
len
(&self)
src/pdf/path/clip_path.rs:43
↓ 7 callers
Method
max
()
src/pdf/points.rs:54
↓ 7 callers
Method
move_to
Begins a new sub-path in this [PdfPagePathObject] by moving the current point to the given coordinates, omitting any connecting line segment.
src/pdf/document/page/object/path.rs:628
↓ 7 callers
Method
object_handle
(&self)
src/pdf/document/page/object/path.rs:909
↓ 7 callers
Method
remove
( &mut self, document: FPDF_DOCUMENT, page: FPDF_PAGE, )
src/pdf/document/page/index_cache.rs:67
↓ 7 callers
Method
set
(&mut self, key: &str, value: JsValue)
src/bindings/wasm_bindings.rs:1011
↓ 7 callers
Method
set_height
(&mut self, height: PdfPoints)
src/pdf/document/page/annotation.rs:1144
↓ 7 callers
Method
set_maximum_height
(&mut self, height: PdfPoints)
src/pdf/document/page/paragraph.rs:799
↓ 7 callers
Method
set_ownership
(&mut self, ownership: PdfPageObjectOwnership)
src/pdf/document/page/object/text.rs:550
↓ 7 callers
Method
set_position
(&mut self, x: PdfPoints, y: PdfPoints)
src/pdf/document/page/annotation.rs:1134
↓ 7 callers
Method
set_width
(&mut self, width: PdfPoints)
src/pdf/document/page/annotation.rs:1139
↓ 7 callers
Method
text
(&self)
src/pdf/document/page/paragraph.rs:63
↓ 7 callers
Method
unwrap_as_trait_mut
(&mut self)
src/pdf/document/page/object.rs:381
↓ 6 callers
Method
FPDFBitmap_GetHeight
(&self, bitmap: FPDF_BITMAP)
src/bindings/wasm_bindings.rs:6649
↓ 6 callers
Function
aligned_bgr_to_rgba
(bgr: &[u8], width: usize, stride: usize)
src/utils.rs:67
↓ 6 callers
Method
appearance_stream_impl
Returns the currently set appearance stream for this form field, if any.
src/pdf/document/page/field/private.rs:503
↓ 6 callers
Method
as_pdfium
The as_pdfium() function is not currently used, but we expect it to be in future
src/pdf/document/page/field.rs:76
↓ 6 callers
Method
b
(&self)
src/pdf/matrix.rs:99
↓ 6 callers
Method
c
(&self)
src/pdf/matrix.rs:113
↓ 6 callers
Method
create_path_object_line
( &mut self, x1: PdfPoints, y1: PdfPoints, x2: PdfPoints, y2: PdfPoint
src/pdf/document/page/objects/common.rs:438
↓ 6 callers
Method
d
(&self)
src/pdf/matrix.rs:127
↓ 6 callers
Function
date_time_to_pdf_string
(date: DateTime<T>)
src/utils.rs:163
↓ 6 callers
Method
drop_impl
(&self)
src/pdf/document/page/object/private.rs:514
↓ 6 callers
Method
e
(&self)
src/pdf/matrix.rs:141
↓ 6 callers
Method
f
(&self)
src/pdf/matrix.rs:155
↓ 6 callers
Method
first
(&self)
src/pdf/document/pages.rs:192
↓ 6 callers
Method
first
(&'a self)
src/pdf/document/page/links.rs:133
↓ 6 callers
Method
font
(&self)
src/pdf/document/page/paragraph.rs:69
↓ 6 callers
Function
fpdf_sys_font_info_to_custom_font_provider
( pThis: *mut FPDF_SYSFONTINFO, )
src/pdf/font/provider.rs:158
↓ 6 callers
Method
get
(&self, boundary: PdfPageBoundaryBoxType)
src/pdf/document/page/boundaries.rs:80
↓ 6 callers
Method
get
Returns a single [PdfClipPathSegments] path object from this [PdfClipPath] instance.
src/pdf/path/clip_path.rs:78
↓ 6 callers
Method
get_raw_metadata
Returns all internal metadata for this [PdfPageImageObject].
src/pdf/document/page/object/image.rs:742
↓ 6 callers
Method
get_string_value
Returns the string value associated with the given key in the annotation dictionary of this [PdfPageAnnotation], if any.
src/pdf/document/page/annotation/private.rs:146
↓ 6 callers
Method
handle
(&self)
src/pdf/document/form.rs:181
↓ 6 callers
Method
height
(&self)
src/pdf/document/page.rs:255
↓ 6 callers
Method
len
Returns the number of attachments in this [PdfAttachments] collection.
src/pdf/document/attachments.rs:53
↓ 6 callers
Method
len
Returns the number of attachment points in this [PdfPageAnnotationAttachmentPoints] collection.
src/pdf/document/page/annotation/attachment_points.rs:33
↓ 6 callers
Method
min
()
src/pdf/points.rs:65
↓ 6 callers
Method
reset_matrix_impl
The internal implementation of the reset_matrix() function used by the create_transform_setters!() macro.
src/pdf/document/page/object/group.rs:746
↓ 6 callers
Method
set_contents
(&mut self, contents: &str)
src/pdf/document/page/annotation.rs:1154
↓ 6 callers
Method
width
(&self)
src/pdf/rect.rs:143
↓ 6 callers
Method
width
(&self)
src/pdf/document/page.rs:248
↓ 5 callers
Method
FPDFBitmap_GetStride
(&self, bitmap: FPDF_BITMAP)
src/bindings/wasm_bindings.rs:6666
↓ 5 callers
Method
add_object_to_page_handle
( &mut self, document_handle: FPDF_DOCUMENT, page_handle: FPDF_PAGE,
src/pdf/document/page/object/private.rs:64
↓ 5 callers
Method
apply_to_page
(&self, page: &PdfPage)
src/pdf/document/page/render_config.rs:688
↓ 5 callers
Method
attachment_points_mut
(&mut self)
src/pdf/document/page/annotation/link.rs:91
↓ 5 callers
Method
bezier_to
Appends a cubic Bézier curve to this [PdfPagePathObject] from the current point to the given coordinates, using the two given Bézier control points. T
src/pdf/document/page/object/path.rs:665
↓ 5 callers
Function
bgra_to_rgba
(bgra: &[u8])
src/utils.rs:80
↓ 5 callers
Method
call_pdfium_get_page_box_fn
( &self, fn_name: &str, page: FPDF_PAGE, left: *mut c_float, bottom: *
src/bindings/wasm_bindings.rs:1464
↓ 5 callers
Method
call_pdfium_set_page_box_fn
( &self, fn_name: &str, page: FPDF_PAGE, left: c_float, bottom: c_floa
src/bindings/wasm_bindings.rs:1550
↓ 5 callers
Method
chars
(&self)
src/pdf/document/page/text.rs:102
↓ 5 callers
Method
create_attachment_point_at_end
( &mut self, attachment_point: PdfQuadPoints, )
src/pdf/document/page/annotation/attachment_points.rs:125
↓ 5 callers
Method
create_path_object_rect
( &mut self, rect: PdfRect, stroke_color: Option<PdfColor>, stroke_width: Opti
src/pdf/document/page/objects/common.rs:492
↓ 5 callers
Function
create_sized_buffer
(capacity: usize)
src/utils.rs:189
↓ 5 callers
Method
form
(&self)
src/pdf/document.rs:278
↓ 5 callers
Method
get
(&self, key: &str)
src/bindings/wasm_bindings.rs:1023
↓ 5 callers
Method
get_bounding_box_rect
(&self, f: F)
src/pdf/document/page/boundaries.rs:267
↓ 5 callers
Method
handle
(&self)
src/pdf/link.rs:41
↓ 5 callers
Method
handle
(&self)
src/pdf/bitmap.rs:249
↓ 5 callers
Method
heap_u8
Returns a live view of Pdfium's WASM memory heap.
src/bindings/wasm_bindings.rs:483
↓ 5 callers
Method
is_empty
(&self)
src/pdf/document/page/paragraph.rs:754
↓ 5 callers
Method
iter
(&self)
src/pdf/document/page/field/options.rs:133
↓ 5 callers
Method
len
(&self)
src/pdf/document/page/objects/common.rs:381
↓ 5 callers
Method
len
(&self)
src/pdf/document/page/object/x_object_form.rs:56
↓ 5 callers
Method
len
(&self)
src/pdf/document/page/text/segments.rs:59
↓ 5 callers
Method
ownership
(&self)
src/pdf/document/page/object.rs:1191
↓ 5 callers
Method
page_handle
(&self)
src/pdf/document/page.rs:229
↓ 5 callers
Method
push
Adds a single [PdfPageObject] to this group.
src/pdf/document/page/object/group.rs:147
↓ 5 callers
Method
search_handle
(&self)
src/pdf/document/page/text/search.rs:97
↓ 5 callers
Method
set_fixed_size
(self, width: Pixels, height: Pixels)
src/pdf/document/page/render_config.rs:158
↓ 5 callers
Method
set_string_value
Sets the string value associated with the given key in the annotation dictionary of this [PdfPageAnnotation].
src/pdf/document/page/annotation/private.rs:207
↓ 5 callers
Method
set_stroke_color
(&mut self, stroke_color: PdfColor)
src/pdf/document/page/object/group.rs:634
↓ 5 callers
Method
text
Returns the collection of text boxes contained within this [PdfPage].
src/pdf/document/page.rs:377
↓ 4 callers
Method
FPDFAnnot_GetStringValue
( &self, annot: FPDF_ANNOTATION, key: &str, buffer: *mut FPDF_WCHAR, b
src/bindings/wasm_bindings.rs:7951
↓ 4 callers
Method
FPDFAnnot_SetStringValue_str
( &self, annot: FPDF_ANNOTATION, key: &str, value: &str, )
src/bindings.rs:4125
↓ 4 callers
Method
FPDFFont_GetGlyphPath
( &self, font: FPDF_FONT, glyph: c_uint, font_size: c_float, )
src/bindings/wasm_bindings.rs:17650
↓ 4 callers
Method
FPDFImageObj_GetRenderedBitmap
( &self, document: FPDF_DOCUMENT, page: FPDF_PAGE, image_object: FPDF_PAGEOBJE
src/bindings/wasm_bindings.rs:15803
↓ 4 callers
Method
FPDFTextObj_GetText
( &self, text_object: FPDF_PAGEOBJECT, text_page: FPDF_TEXTPAGE, buffer: *mut
src/bindings/wasm_bindings.rs:13092
↓ 4 callers
Method
FPDF_GetPageCount
(&self, document: FPDF_DOCUMENT)
src/bindings/wasm_bindings.rs:2666
↓ 4 callers
Method
add_object
(&mut self, object: PdfPageObject<'a>)
src/pdf/document/page/objects/common.rs:396
↓ 4 callers
Method
append
(&mut self, document: &PdfDocument)
src/pdf/document/pages.rs:391
↓ 4 callers
Method
as_image_object
(&self)
src/pdf/document/page/object.rs:473
↓ 4 callers
Method
as_pdfium
Returns a `FPDF_LIBRARY_CONFIG` instance from this [PdfiumLibraryConfig] instance that can be passed to Pdfium's `FPDF_FPDF_InitLibraryWithConfig()` f
src/config.rs:212
↓ 4 callers
Method
as_pdfium
(&self)
src/pdf/document/page.rs:97
↓ 4 callers
Method
attachment_points
(&self)
src/pdf/document/page/annotation.rs:1214
← previous
next →
101–200 of 3,097, ranked by callers