Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 1,255 for

image to pdf conversion

(0.05 sec)
  1. 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....Conversion Product Solution GroupDocs...easily add metadata to photos, pdfs or you can update or add data...

    docs.groupdocs.com/metadata/net/set-metadata-pr...
  2. Updating metadata | Documentation

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

    docs.groupdocs.com/metadata/net/updating-metadata/
  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....Conversion Product Solution GroupDocs...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/getting-known-...
  4. Remove metadata properties | Documentation

    This article shows that how To remove metadata properties from a file is To use corresponding tags that allow you To locate the desired properties across all metadata packages....Conversion Product Solution GroupDocs...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/remove-metadata...
  5. 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....Conversion Product Solution GroupDocs...stretch mode with adding text or images signatures into document with...

    docs.groupdocs.com/signature/java/locating-sign...
  6. Running Examples | Documentation

    Learn how To run code examples in GroupDocs.Conversion for Python via .NET....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Python...

    docs.groupdocs.com/conversion/python-net/gettin...
  7. Extract data from Microsoft Office Excel spread...

    This article shows how To To extract data from Microsoft Office Excel spreadsheets....Conversion Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/extract-data-fro...
  8. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Conversion Product Solution GroupDocs...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...
  9. Adding metadata | Documentation

    This article shows how To add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine...Conversion Product Solution GroupDocs...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  10. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed To be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files To extract information about archived files The following code snippet shows how To get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Conversion Product Solution GroupDocs...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/working-with-zi...