Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 14,541 for

file

(0.04 sec)
  1. GroupDocs Conversion File Upload API is Not Wro...

    GroupDocs Conversion File Upload API is Not Wroking Please check this issue and fix ASAP...GroupDocs Conversion File Upload API is Not Wroking GroupDocs...5:45am 1 GroupDocs Conversion File Upload API is Not Wroking Online...

    forum.groupdocs.com/t/groupdocs-conversion-file...
  2. Optimize the output PDF file | Documentation

    This topic describes how to optimize PDF File in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....the output PDF file Optimize the output PDF file Leave feedback...output PDF file for a web browser or to reduce the file size by...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  3. Optimize the output PDF file | Documentation

    This topic describes how to optimize PDF File in the GroupDocs.Viewer Java API for web browser or to reduce size....the output PDF file Optimize the output PDF file Leave feedback...output PDF file for a web browser or to reduce the file size by...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. GroupDocsParserException when indexing very old...

    Hello, We get an exception when trying to index an old doc File: GroupDocs.Parser.Exceptions.GroupDocsParserException: The document appears to be corrupted and cannot be loaded. at .(Stream , LoadOptions ) at .(N…...GroupDocsParserExcep when indexing very old doc file GroupDocs.Search Product Family...when trying to index an old doc file: GroupDocs.Parser.Exceptions...

    forum.groupdocs.com/t/groupdocsparserexception-...
  5. Feature request: Cancellation of file extractio...

    Hello, Our primary goal was to run your software (GroupDocs.Search) in an environment, where we don’t know which Files will be indexed. We don’t decide it. The user of our software can decide it. We don’t know the Files…...Feature request: Cancellation of file extraction after X seconds GroupDocs... where we don’t know which files will be indexed. We don’t decide...

    forum.groupdocs.com/t/feature-request-cancellat...
  6. Render ISFF-based DGN File Format using GroupDo...

    We are delighted to announce that GroupDocs.Viewer for .NET 18.7 has been released and it is available for download. The latest version supports rendering of ISFF-based DGN (V7) File format. Furthermore, we have added 4 improvements as well as 4 critical bug fixes in this release. For details about the changes in version 18.7, please have a look at the release notes. Below is the list of new features, improvements, and fixes added in v18....rendering of ISFF-based DGN (V7) file format. Furthermore, we have...extended our list of supported file formats by adding the support...

    blog.groupdocs.com/viewer/render-isff-based-dgn...
  7. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF File using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the File size....Optimize the output PDF file / Optimize the PDF file by removing unused...unused resources Optimize the PDF file by removing unused resources...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  8. Load file from local disk | Documentation

    This article demonstrates how to convert File stored on local disk using GroupDocs.Conversion for .NET API..../ Loading files from different sources / Load file from local...local disk Load file from local disk Leave feedback To load the source...

    docs.groupdocs.com/conversion/net/load-file-fro...
  9. Save file to local disk | Documentation

    This article demonstrates how to convert Files stored on local disk using GroupDocs.Conversion for .NET API..../ Saving / Save file to local disk Save file to local disk Leave...output file and converter options as parameters. File path can...

    docs.groupdocs.com/conversion/net/save-file-to-...
  10. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported File types. An example of obtaining a list of supported File types is presented below. Iterable<FileType> supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType FileType = (FileType)iterator.next(); System.out.println(FileType.getExtension() + " - " + FileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Get supported file formats Get supported file formats Leave feedback...to obtain a list of supported file types. An example of obtaining...

    docs.groupdocs.com/metadata/java/get-supported-...