Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 15,587 for

file

(0.41 sec)
  1. Convert PDF to DOCX using Java

    Effortlessly convert PDF to DOCX using Java, eliminating the need for additional tools. Also, we will furnish you with code example to export PDF to DOCX using Java....Java in order to convert PDF file format to DOCX Create an instance...Converter class by supplying the file path of the PDF to its constructor...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  2. 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....It allows to skip unnecessary file loading. @Override public void...ExternalResourceLoad args ) { // Check if the file name ends with installation...

    docs.groupdocs.com/parser/java/handle-loading-o...
  3. Adding image watermarks | GroupDocs

    GroupDocs.Watermark API supports adding the following image File types as image watermark...supports adding the following image file types as image watermark: BMP;...Add image watermark from local file The following code snippet shows...

    docs.groupdocs.com/watermark/net/adding-image-w...
  4. Converting a multi-tab XLSX to HTML causes Dire...

    We have groupdocs conversion for java deployed in a docker container running in kubernetes. Anytime we try to convert a spreadsheet with more than one tab, it blows up with the below exception. This occurs everytime an…...please share your spreadsheet file with us so that we can perform...occurs? I could share you a file, but every spreadsheet with...

    forum.groupdocs.com/t/converting-a-multi-tab-xl...
  5. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....metadata in FLV files Working with metadata in FLV files Leave feedback...format-specific information from the FLV file header. The following are the...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Error converting eml and msg files to pdf - Fre...

    Hi Support Team, I am using GroupDocs.Conversion .NET to convert Files to PDF. In most cases this works fine. But when trying to convert eml and msg Files i get the following error message: “Resource loading timeout 20…...Error converting eml and msg files to pdf GroupDocs.Conversion...Conversion .NET to convert files to PDF. In most cases this works...

    forum.groupdocs.com/t/error-converting-eml-and-...
  7. Rare NullReferenceExceptions when adding stuff ...

    Hello, This is really hard to reproduce, so our wish is: Please take a look at the callstack and try to find out whether you know what the problematic method is and why something can be null there. Repro: Manually ex…...Repro: Manually extract lots of files In one step, call index.Add()...the temporary file was not created in the file system due to...

    forum.groupdocs.com/t/rare-nullreferenceexcepti...
  8. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Comparison for Java. Comparing Files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Leave feedback On this page File comparison allows you to detect...differences between source and target files for changes at paragraphs, words...

    docs.groupdocs.com/comparison/java/features-ove...
  9. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....various sources: From files in the file system. From a stream...changed files only when indexing from the local file system....

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. PDF read Issue in v25.7: Only First Two Pages (...

    I tried upgrading Groupdocs Viewer from 20.7 to 25.7. The latest version is unable to read all the pages of a PDF File, whereas the old version did not have this issue. However, the pages size in ViewInfo is 4 My compu…...read all the pages of a PDF file, whereas the old version did...for Java . We have tested your file with version 25.7 under a valid...

    forum.groupdocs.com/t/pdf-read-issue-in-v25-7-o...