Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 17,740 for

pdf conversion

(0.12 sec)
  1. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Save image as base64 | GroupDocs

    The listed articles below explain how to embed images as Base64 strings directly in the Markdown....Conversion Product Solution GroupDocs...base64_static (): """Convert a PDF to Markdown with images embedded...

    docs.groupdocs.com/markdown/python-net/as-base6...
  3. 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....Conversion Product Solution GroupDocs...document. Ex: @"C:\Docs\source.pdf" try ( Metadata metadata = new...

    docs.groupdocs.com/metadata/java/clean-metadata/
  4. 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....Conversion Product Solution GroupDocs...viewer = new Viewer ( "protected.pdf" )) { FileInfo fileInfo = viewer...

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

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

    docs.groupdocs.com/signature/net/search-for-ima...
  6. Render XLSX as HTML using Python

    Learn how to render XLSX as HTML using Python. This tutorial also explains how to convert XLSX to HTML in Python for browser-based viewing....Conversion Product Family GroupDocs...comprehensive tutorial on how to render PDF as HTML using Python and unlock...

    kb.groupdocs.com/viewer/python/render-xlsx-as-h...
  7. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...Conversion Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) // setup key and passphrase...

    docs.groupdocs.com/signature/java/sign-document...
  8. 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:...Conversion Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. 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#....Conversion Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/get-document-info/
  10. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Conversion Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/python-net/save-to...