Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 1,340 for

pptx to pdf

(0.04 sec)
  1. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps To read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-d...
  2. Annotation Opacity is Introduced in GroupDocs.A...

    We are pleased To announce another monthly release of GroupDocs.Annotation for Java v17.10 with some new features like import of annotation from Diagram, setting annotations opacity and many more. This monthly release also covers improvements like change in arrow shape and import of text annotations. Aside this, many fixes are also introduced in this release. For further information, please see release notes. We’d recommend you To download latest release of the API, integrate it in your project and share your valuable feedback....following document types # Diagram PDF Word Slide Import following annotation...when: # Annotating xlsx and pptx formatted document Get a document...

    blog.groupdocs.com/annotation/introducing-group...
  3. Extract data from attachments and ZIP archives ...

    This article shows how To extract data (text, images, Pdf forms) from ZIP-archived documents with GroupDocs.Parser....allows to get attachments from PDF and Emails and extract data from...with attachments (like emails, PDF Portfolios). Here are the steps...

    docs.groupdocs.com/parser/net/extract-data-from...
  4. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents To the disk, GroupDocs.Parser enables To extract data from streams directly. The following example shows how To load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text inTo the reader try (TextReader reader = parser....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/load-document-fr...
  5. Clean metadata | Documentation

    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....pdf" ) as metadata : affected = metadata...) metadata . save ( "output.pdf" ) } As a result, we get a sanitized...

    docs.groupdocs.com/metadata/python-net/clean-me...
  6. Export Data | Documentation

    How To export data To XML files....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/export-data/
  7. Get document info | Documentation

    This article shows that how To get meta information of a document....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/get-document-info/
  8. Get document info | Documentation

    This article shows how To get the basic document info....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/get-document-info/
  9. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API To get the general document information, which includes FileType, PageCount and FileSize....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/python-net/get-fil...
  10. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API To get the general document information, which includes FileType, PageCount and FileSize....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/get-file-info/