Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 15,356 for

annotation pdf

(0.22 sec)
  1. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form....Annotation Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/nesting-search-qu...
  2. Save attachments | Documentation

    Save attachments and embedded files from Pdf, Outlook data file or email...Annotation Product Solution GroupDocs...Outlook data files, archives, and PDF documents. Java import com.groupdocs...

    docs.groupdocs.com/viewer/java/how-to-extract-a...
  3. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  4. GroupDocs.Conversion Product Family

    Գտեք պատասխաններ տարբեր տեսակի փաստաթղթերի և պատկերների փոխակերպման վերաբերյալ՝ օգտագործելով ծածկագիրը ցանկացած հարթակում:...Annotation Product Family GroupDocs...js-ը Ինչպես փոխարկել DOCX-ը PDF-ի, օգտագործելով Node.js-ը Ինչպես...

    kb.groupdocs.com/hy/conversion/page/6/
  5. Convert to Image with advanced options | Docume...

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Node.js via Java....Annotation Product Solution GroupDocs...document should be converted to PDF first. If this property is set...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  6. How to generate barcode and sign document using...

    This guide describes how to improve your document with generated barcodes using C#. Sign your documents with Codabar, Event or Code39Extended using GroupDocs.Signature .NET API by GroupDocs....Annotation Product Solution GroupDocs...processing. Supported formats are PDF, Microsoft Word, Microsoft PowerPoint...

    docs.groupdocs.com/signature/net/how-to-generat...
  7. eSign document with QR code signature | Documen...

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....Annotation Product Solution GroupDocs...below demonstrates how to sign a PDF document with the QR code signature...

    docs.groupdocs.com/signature/net/esign-document...
  8. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to Pdf, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save Pdf with scan-like pages) SaveOptions so = new SaveOptions(); so....Annotation Product Solution GroupDocs...document will be rasterized to PDF, but the scan-like effects will...

    docs.groupdocs.com/redaction/java/use-advanced-...
  9. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, Annotation and text redaction in their documents. Wide range of document formats is supported, such as, Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Annotation Product Solution GroupDocs...formats is supported, such as: PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/redaction-basics/
  10. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Annotation Product Solution GroupDocs...metadata . Metadata ( "input.pdf" ); // Edit or remove metadata...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...