Sort Score
Result 10 results
Languages All
Labels All
Results 6,411 - 6,420 of 46,956 for

docx

(0.1 sec)
  1. Password-protected documents | Documentation

    Learn how to open the password-protected documents....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/password-protecte...
  2. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....extract images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  3. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/handle-loading-o...
  4. Detect encoding | Documentation

    This article explains that how to detect encoding of a plain text file in java....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/detect-encoding/
  5. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/password-protect...
  6. Handling MPEG audio metadata | Documentation

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

    docs.groupdocs.com/metadata/net/handling-mpeg-a...
  7. 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....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-d...
  8. jpe

    Some JPG files convert to PDF not working - Aspose.PDF Product Family - Free Support Forum - aspose.com,New Aspose.pdf - Aspose.PDF Product Family - Free...Pdf Doc Docx Txt Tif Jpg Jpeg Jpe Emf Xps...

    search.aspose.com/q/JPE.html
  9. filetype - GroupDocs.Metadata for Java - API Re...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m...... DOCX DOCX is a well-known format for...generation of further DOC or DOCX files. static FileType FileType...

    apireference.groupdocs.com/metadata/java/com.gr...
  10. Unable to parse pptx file on linux - Free Suppo...

    Hello, Recently I am encountering an error when trying to extract text from a pptx file on linux. (the same code works fine on osx) The exception stack trace is: “exception”: "|GroupDocs.Parser.Exceptions.GroupDocsPar…...code on linux is able to parse docx / xls and other doc types successfully...

    forum.groupdocs.com/t/unable-to-parse-pptx-file...