Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 17,153 for

file

(0.38 sec)
  1. 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-...
  2. Possible to load in an email in MSG file format...

    As per subject, does any of the GroupDocs.Total components allow loading of MSG File, modification of attachments, and then saving back out as MSG?...Possible to load in an email in MSG file format, modify content of selected...attachments, save back as MSG file? GroupDocs.Total Product Family...

    forum.groupdocs.com/t/possible-to-load-in-an-em...
  3. get-file-info-from-stream.txt

    File type: Microsoft Word Open XML Document (.docx) Number of pages: 1 Document size: 19370 bytes...File type: Microsoft Word Open XML Document (.docx) Number of...

    docs.groupdocs.com/redaction/python-net/_output...
  4. Document Assembly Support for HTML File formats...

    In order to enhance developers experience, we are pleased to announce a monthly release of GroupDocs.Assembly for Java 17.3.0. This release comes with valuable features that enhance API usability. Now, the document assembling API supports XML Files of general form. We would recommend you to download and integrate this latest release. GroupDocs.Assembly for Java 17.3.0 - FeaturesFollowing features are introduced in the latest release: Support document assembly for Plain Text File formats Support document assembly for HTML File formats Support document assembly for XML Files of general form Available Channels and ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....assembling API supports XML files of general form. We would recommend...Text file formats Support document assembly for HTML file formats...

    blog.groupdocs.com/assembly/introducing-groupdo...
  5. Specify file type for comparison manually | Gro...

    Specify a document File type manually in GroupDocs.Comparison for .NET via LoadOptions.FileType to skip auto-detection and speed up loading of large Files....Specify file type for comparison manually Specify file type for...lets you specify the document file type explicitly via instead...

    docs.groupdocs.com/comparison/net/specify-file-...
  6. Save signed Presentation with different output ...

    This article explains how to save signed Presentation documents with various File formats by GroupDocs.Signature API....Presentation with different output file type Leave feedback class supports...true ); // sign document to file signature . sign ( "SignedPPsx...

    docs.groupdocs.com/signature/java/save-signed-p...
  7. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Advanced Usage / Saving files / Save a modified file to a specified location...location Save a modified file to a specified location Leave feedback...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  8. Multiple NulLReferenceException for different f...

    Hello, We observed multiple NullReferenceExceptions when extracting from different Files and would be happy when you fix them to make GroupDocs.Search more reliable. 1. .doc File at \u0006\u001A\u0018\u0015.\u0008()…...NulLReferenceExcepti for different file types GroupDocs.Search Product...when extracting from different files and would be happy when you...

    forum.groupdocs.com/t/multiple-nullreferenceexc...
  9. CAD, EMF & WMF file formats Support Introduced ...

    GroupDocs team is glad to announce another monthly release where new File formats are added in supported File format list to annotate documents and image. The latest GroupDocs.Annotation for .NET 17.3.0 API now provides support to CAD, WMFand EMF with all major annotation types like Text, Area, Point, Watermark and Strikeout Annotations. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....where new file formats are added in supported file format list...Annotation types for CAD, WMF and EMF file formats. GroupDocs.Annotation...

    blog.groupdocs.com/annotation/cad-emf-wmf-file-...
  10. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of some particular format. advanced_usage.loading_Files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a File to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Loading files / Load a file of a specific format Load a file of a...example demonstrates how to load a file of some particular format. advanced_usage...

    docs.groupdocs.com/metadata/java/load-a-file-of...