PDFCc
Schemas
复制页面
PDFCc
Security
Validate PDF Digital Signature
Sanitize a PDF file
Remove password from a PDF file
Remove digital signature from PDF
Redacts areas and pages in a PDF document
Summary here
Sign PDF with a Digital Certificate
Redacts listOfText in a PDF document
Add watermark to a PDF file
Add password to a PDF file
Pipeline
handleData
Misc
Update metadata of a PDF file
Remove read-only property from form fields
Grabs all JS from a PDF and returns a single JS file with all code
Replace-Invert Color PDF
Repair a PDF file
Remove blank pages from a PDF file
Process PDF files with OCR using Tesseract
Flatten PDF form fields or full page
Extract images from a PDF file
Extract image scans from an input file
Decompress PDF streams
Optimize PDF file
Auto split PDF pages into separate documents
Extract header from PDF file
Add stamp to a PDF file
Add page numbers to a PDF document
Overlay image onto a PDF file
General
Split PDF pages into smaller sections
Split PDFs by Chapters
Split a PDF file into separate documents
Auto split PDF pages into separate documents based on size or count
Change the size of a PDF page/document
Rotate a PDF file
Remove pages from a PDF file
Remove images from file to reduce the file size.
Rearrange pages in a PDF file
Convert a multi-page PDF into a single long page PDF
Overlay PDF files in various modes
Merge multiple pages of a PDF document into a single page
Merge multiple PDF files into one
Crops a PDF document
Filter
Checks if a PDF is of a certain size
Checks if a PDF is of a certain rotation
Checks if a PDF is greater, less or equal to a setPageCount
Checks if a PDF is a set file size
Checks if a PDF contains set text, returns true if does
Checks if a PDF contains an image
Convert
Convert a URL to a PDF
Convert PDF to XML
Convert PDF to Word document
Convert PDF to Text or RTF format
Convert PDF to Presentation format
Convert a PDF to a PDF/A
Convert PDF to Markdown
Convert PDF to image(s)
Convert PDF to HTML
Extracts a CSV document from a PDF
Convert a Markdown file to PDF
Convert images to a PDF file
Convert an HTML or ZIP (containing HTML and CSS) to PDF
Convert a file to a PDF using LibreOffice
Analysis
Get security information
Get page dimensions for all pages
Get PDF page count
Get form field information
Get font information
Get PDF document properties
Get basic PDF information
Get annotation information
Info
getUptime
Application status and version
POST request count
Unique users count for POST requests
POST requests count for all endpoints
Unique users count for POST requests for all endpoints
GET request count
Unique users count for GET requests
GET requests count for all endpoints
Unique users count for GET requests for all endpoints
数据模型
Schemas
SignatureValidationRequest
SignatureValidationResult
SanitizePdfRequest
PDFPasswordRequest
PDFFile
ManualRedactPdfRequest
RedactionArea
SignPDFWithCertRequest
RedactPdfRequest
AddWatermarkRequest
AddPasswordRequest
HandleDataRequest
MetadataRequest
ReplaceAndInvertColorRequest
RemoveBlankPagesRequest
ProcessPdfWithOcrRequest
FlattenRequest
PDFExtractImagesRequest
ExtractImageScansRequest
OptimizePdfRequest
AutoSplitPdfRequest
ExtractHeaderRequest
AddStampRequest
AddPageNumbersRequest
OverlayImageRequest
SplitPdfBySectionsRequest
SplitPdfByChaptersRequest
PDFWithPageNums
SplitPdfBySizeOrCountRequest
ScalePagesRequest
RotatePDFRequest
RearrangePagesRequest
OverlayPdfsRequest
MergeMultiplePagesRequest
MergePdfsRequest
CropPdfForm
PageSizeRequest
PageRotationRequest
PDFComparisonAndCount
FileSizeRequest
ContainsTextRequest
UrlToPdfRequest
PdfToWordRequest
PdfToTextOrRTFRequest
PdfToPresentationRequest
PdfToPdfARequest
ConvertToImageRequest
GeneralFile
ConvertToPdfRequest
HTMLToPdfRequest
Schemas
复制页面
ExtractHeaderRequest
{
"fileInput"
:
"string"
,
"useFirstTextAsFallback"
:
false
}