Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 1,822 for

image to pdf

(0.04 sec)
  1. Set metadata properties | Documentation

    The SetProperties method is used To update or add metadata. You can easily add metadata To phoTos, Pdfs or you can update or add data To mp3 files....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  2. Merge PowerPoint Presentations | Documentation

    This article demonstrates how To merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Node.js via Java....file formats as well such as PDF, BMP, PNG, JPEG, and XPS. Common...All the slides accompany the images, sounds and other embedded...

    docs.groupdocs.com/merger/nodejs-java/merge/pow...
  3. Getting known property descriptors | Documentation

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package. Load a file To examine Get a collection of PropertyDescripTor instances for any desired metadata package Iterate through the extracted descripTors advanced_usage.GettingKnownPropertyDescripTors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescripTor descripTor : root.getDocumentProperties().getKnowPropertyDescripTors()) { System.out.println(descripTor.getName()); System.out.println(descripTor.getType()); System.out.println(descripTor.getAccessLevel()); for (PropertyTag tag : descripTor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescripTors collection....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/getting-known-...
  4. Load WordProcessing document with options | Doc...

    Learn this article and check how To convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....form fields as form fields in PDF or convert them to text. Default...converter . Convert ( "converted.pdf" , options ); } Before v24.10:...

    docs.groupdocs.com/conversion/net/load-wordproc...
  5. Removing metadata | Documentation

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing To remove metadata properties...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/removing-metadata/
  6. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully cusTom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property To locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing To remove metadata properties....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/removing-metad...
  7. Locating signature with stretch mode | Document...

     This article explains how To use stretch mode values To adjust signature area positions on document page with GroupDocs.Signature API....stretch mode with adding text or images signatures into document with...signature = new Signature ( "sample.pdf" )) { // define several signature...

    docs.groupdocs.com/signature/net/locating-signa...
  8. Extract data from Microsoft Office Excel spread...

    This article shows how To To extract data from Microsoft Office Excel spreadsheets....documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...Excel spreadsheets Extract images from Microsoft Office Excel...

    docs.groupdocs.com/parser/java/extract-data-fro...
  9. Updating metadata | Documentation

    The Example in this article demonstrates how To update metadata properties using a combination of criteria...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/updating-metadata/
  10. Set metadata properties | Documentation

    This article explains the usage of SetProperties method is used To update or add metadata. You can easily add metadata To phoTos, Pdfs or you can update or add data To mp3 files....easily add metadata to photos, pdfs or you can update or add data...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/set-metadata-pr...