pdf-document-api
There are 58 repositories under pdf-document-api topic.
michaelrsweet/pdfio
PDFio is a simple C library for reading and writing PDF files.
DevExpress-Examples/office-file-api-create-thumbnail-images-for-docx-xlsx-pdf-files
Use the Office File API to create thumbnail images for Excel, Word and PDF documents.
DevExpress-Examples/asp-net-mvc-implement-pdf-viewer
Implement a PDF viewer in an ASP.NET MVC web application.
DevExpress-Examples/pdf-document-api-create-interactive-form
Use a PdfGraphics object to add interactive form fields to a PDF document.
DevExpress-Examples/pdf-document-api-use-azure-key-vault-api-to-sign-document
Use the Azure Key Vault API to sign a PDF document.
DevExpress-Examples/winforms-pdf-viewer-operate-pdf-content-at-runtime
Extract the text of a PDF document and count the words' occurrences in a document text.
DevExpress-Examples/asp-net-web-forms-implement-pdf-viewer
Implement a PDF viewer in an ASP.NET web application.
DevExpress-Examples/pdf-document-api-add-visual-signature-to-pdf-document
Use the PdfDocumentProcessor to add a visual signature to a document.
DevExpress-Examples/pdf-document-api-custom-properties
Access and modify custom document properties.
DevExpress-Examples/pdf-document-api-custom-signer
Implement a custom signer based on the Bouncy Castle C# API and use a custom digest calculator to calculate a document hash.
DevExpress-Examples/pdf-document-api-custom-tsa-client
Create a custom timestamp client based on the Bouncy Castle C# API.
DevExpress-Examples/pdf-document-api-customize-pdf-print-output
Customize print output and specify settings for a specific document page.
DevExpress-Examples/pdf-document-api-export-document-to-multi-page-tiff-and-bitmap
Export a PDF document to multi-page Tiff and bitmap images.
DevExpress-Examples/pdf-document-api-extract-pages-from-document
Extract the first page from a PDF document into a separate document.
DevExpress-Examples/pdf-document-api-generate-document-layout
Use the PDF Document API to create a document with graphics in code.
DevExpress-Examples/pdf-document-api-get-checked-appearance-name-for-check-box
Obtain a checked appearance name for a check box and specify the check box value.
DevExpress-Examples/pdf-document-api-multiple-signatures
Use the PDF Document API to apply multiple PKCS#7 signatures with X.509 certificates.
DevExpress-Examples/pdf-document-api-rotate-pdf-pages
Use the PDF Document API to rotate document pages and save the result.
DevExpress-Examples/pdf-document-api-sign-documents-with-certificate
Sign a PDF document using a certificate stored on a hardware device.
incubated-geek-cc/pdf-3-in-1
A pdf document toolkit which splits, extracts and merges specified pdf files. Deployed with Flask and accessible via Web UI.
AlexanderTemnov/how-to-add-a-check-box-field-to-a-document-t494186
.NET, Document Server, PDF Document API
YuliaDX/How-to-sign-PDF-documents-with-a-certificate-stored-on-a-user-s-hardware-device
Sign a PDF document using a certificate stored on a hardware device
aspose-free-consulting/apply-encrypt-decrypt-password-in-pdf-using-.net-core
This free consulting project uses Aspose.PDF for .NET and allows you to encrypt/decrypt a PDF document by applying a password and setting different privileges to it. It is also a representation of API usage under .NET Core Framework.
DevExpress-Examples/obsolete-example-read-and-display-comments-from-pdf-file
Use the PDF Document API to read comments (sticky notes) from a PDF document.
DevExpress-Examples/out-of-maintenance-pdf-document-api-modify-markup-annotation
Change markup annotation properties in a PDF document.
DevExpress-Examples/out-of-maintenance-pdf-document-api-remove-all-markup-annotations
Remove all markup annotations from document pages.
DevExpress-Examples/out-of-maintenance-pdf-document-api-remove-specific-annotations
Remove markup annotations that meet a specific condition from document pages.
DevExpress-Examples/pdf-document-api-change-pdf-form-field-parameters
Use the PdfDocumentFacade and PdfAcroFormFacade classes to change the interactive form field's parameters in a PDF document.
DevExpress-Examples/pdf-document-api-fill-interactive-form-fields
Retrieve a list of interactive form fields' names and use the PdfFormData object to fill form fields in code.
DevExpress-Examples/pdf-document-api-get-checked-appearance-name-for-radio-button
Get a checked appearance name for each radio button and check the corresponding radio button with the obtained value.
DevExpress-Examples/pdf-document-api-manage-annotations-in-document
Use the PDF Document API to create, edit, add comments and remove PDF annotations.
DevExpress-Examples/pdf-document-api-merge-multiple-documents
Use the PDF Document API to merge pages of two separate PDF documents into a single PDF document.
DevExpress-Examples/pdf-document-api-protect-document-with-password
Protect a PDF document with the owner and user passwords.
DevExpress-Examples/pdf-document-api-replace-form-field-with-image
Substitute an interactive form field in a PDF document with an image.
DevExpress-Examples/pdf-document-api-specify-printer-settings
Print a document with custom PDF printer settings.
DevExpress-Examples/pdf-document-api-xmp-example
Use the PDF Document API to embed XMP metadata in PDF documents.