Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 9,183 for

document conversion

(0.08 sec)
  1. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This Document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to new members of DocumentAssembler in Java....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  2. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word Documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Java....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/java/compare-mult...
  3. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word Documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/compare-multi...
  4. Explicit Font Substitution is Supported in Grou...

    GroupDocs.Conversion for .NET 18.7 comes with some new features and a bug fix. EmailOptions can be defined in any SaveOptions class such as PdfSaveOptions or CellsSaveOptions. Moreover, API supports explicit font substitution when converting from Word, Cell and Presentation Documents. Please refer to GroupDocs.Conversion for .NET 18.7 release notes for further reference. We’d recommend you to integrate latest version of the API in your application and share your feedback....Conversion for .NET 18.7 comes with some new features...Presentation documents. Please refer to GroupDocs.Conversion for .NET...

    blog.groupdocs.com/conversion/explicit-font-sub...
  5. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word Document using GroupDocs.Editor for .NET...Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/working-with-form...
  6. Generate Image Preview of the Documents

    Image previews are now commonly used to present your file/Document to the users. It is quite useful when you want the users to quickly have a look at your Document without downloading or opening it. As an example, MS Windows has this ability to provide the preview of the files in the preview pane of File Explorer without opening the Document in the dedicated software program. Did you ever desire to have the ability to generate image previews in your application?...used to present your file/document to the users. It is quite...quickly have a look at your document without downloading or opening...

    blog.groupdocs.com/metadata/generate-image-prev...
  7. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported Document formats please refer to Supported Document formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Detect encoding | GroupDocs

    This article explains that how to detect encoding of a plain text file in java....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/detect-encoding/
  9. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word Document getStructure method is used. This method returns XML representation of the Document. Tables are represented by “table” tag. For more details, see Extract text structure. Warning getStructure method returns null value if text structure extraction isn’t supported for the Document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null. If Microsoft Office Word Document has no text, getStructure method returns an empty org....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-tables-f...
  10. Extract images from PDF documents | GroupDocs

    To extract images from PDF Documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from PDF Documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the Document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-images-f...