Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 2,916 for

pdf editor

(0.37 sec)
  1. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Editor Product Solution GroupDocs...document. Ex: @"C:\Docs\source.pdf" try ( Metadata metadata = new...

    docs.groupdocs.com/metadata/java/clean-metadata/
  2. Check if a file is encrypted | GroupDocs

    This article explains how to check if a file is encrypted using Java with GroupDocs.Viewer for Java....Editor Product Solution GroupDocs...viewer = new Viewer ( "protected.pdf" )) { FileInfo fileInfo = viewer...

    docs.groupdocs.com/viewer/java/how-to-check-if-...
  3. How to search for Image signatures | GroupDocs

    This article explains how to search for Image electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...document. string fileName = "sample.pdf" ; using ( Signature signature...

    docs.groupdocs.com/signature/net/search-for-ima...
  4. How to save document with password | GroupDocs

    This article explains how to save document with password protection....Editor Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { // create QRCode option...

    docs.groupdocs.com/signature/net/save-signed-do...
  5. Add document to Word processing via OLE | Group...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your .NET applications....Editor Product Solution GroupDocs...sample demonstrates how to embed PDF file into DOCX document as OLE...

    docs.groupdocs.com/merger/net/add-document-to-w...
  6. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Editor Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-data-from...
  7. Get document info | GroupDocs

    Learn how to get basic document information including file type, page count, and file size using GroupDocs.Parser for .NET. Get document properties in C#....Editor Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/get-document-info/
  8. Delete Signatures of the certain type | GroupDocs

    This article explains how to delete signature of the certain type with GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( "signed.pdf" ); { // deleting QR-Code signatures...

    docs.groupdocs.com/signature/java/delete-signat...
  9. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications....Editor Product Solution GroupDocs...document content. The Word and PDF documents, Excel and Oped Document...

    docs.groupdocs.com/merger/net/add-document-to-p...
  10. Verify QR-code signatures in the document | Gro...

    This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); QrCodeVerifyOptions options...

    docs.groupdocs.com/signature/java/verify-qr-cod...