Sort Score
Result 10 results
Languages All
Labels All
Results 4,301 - 4,310 of 8,183 for

file merger

(0.06 sec)
  1. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving File using GroupDocs.Annotation for Java API....Merger Product Solution GroupDocs...// Add annotation and save to file annotator.save(outputPath, tmp1);...

    docs.groupdocs.com/annotation/java/filtering-an...
  2. Set image size limits | Documentation

    Set image size limits when rendering image to PDF...Merger Product Solution GroupDocs...) as viewer : # Create a PDF file. viewOptions = gvo . PdfViewOptions...

    docs.groupdocs.com/viewer/python-net/set-image-...
  3. GroupDocs.Conversion For .NET 3.5.0 Release Not...

    Note This page contains release notes for GroupDocs.Conversion for .NET 3.5.0 Major Features There are general improvements and performance improvements in this version (almost all conversions are faster from 0.1 to 20 times). 3 bugs are fixed. Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑1078 % symbol in the File name trowns an exception Fix CONVERSIONNET‑1206 Exception in HTML to Excel Conversion Fix CONVERSIONNET‑1207 Convert Excel from Html - Table with background colour and some html controls are not converted properly Fix Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs...CONVERSIONNET‑1078 % symbol in the file name trowns an exception Fix...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  4. Sign document with HIBC PAS barcode Symbology |...

    This article explains how to sign document with HIBC PAS barcode Symbology signatures...Merger Product Solution GroupDocs...data }; // sign document to file var signResult = signature ...

    docs.groupdocs.com/signature/net/sign-document-...
  5. GroupDocs.Redaction for .NET 20.2 Release Notes...

    Note This page contains release notes for GroupDocs.Redaction for .NET 20.2 Major Features There are the following improvements in this release: Ability to edit or erase image metadata Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONNET-236 Implement metadata redaction for raster images Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.Redaction for .NET 20....Merger Product Solution GroupDocs...the document to "*_Redacted.*" file in original format redactor...

    docs.groupdocs.com/redaction/net/groupdocs-reda...
  6. How to save PDF document with other format | Do...

    This article explains how to save signed PDF document with various File formats by GroupDocs.Signature API....Merger Product Solution GroupDocs...true }; // sign document to file signature . Sign ( "SignedPdf...

    docs.groupdocs.com/signature/net/save-signed-pd...
  7. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a File to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Merger Product Solution GroupDocs...encountered in a particular package. a file to examine Get a collection...

    docs.groupdocs.com/metadata/java/getting-known-...
  8. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....Merger Product Solution GroupDocs...difference between rendering a file and getting the cached results:...

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  9. Handling password required exception | Document...

    This article shows how to handle missing document password exception with GroupDocs.Signature API....Merger Product Solution GroupDocs...}; // try to sign document to file, we expect for PasswordRequiredExce...

    docs.groupdocs.com/signature/net/handling-passw...
  10. GroupDocs.Conversion for .NET 19.5 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for .NET 19.5 Major Features This regular monthly release contains 5+ new features, improvements and bug fixes. Most notable are: Conversions from Dib Conversions from Xlt Conversions from Pot Conversions to Wmf Conversions to Emf Removed obsolete property JpegQuality from ImageSaveOptions Enabled metered licensing Full List of Issues Covering all Changes in this Release Key Category Summary CONVERSIONNET‑3053 Feature Enabled metered licensing CONVERSIONNET‑3058 Feature Implement conversion from Dib CONVERSIONNET‑3059 Feature Implement conversion from Xlt CONVERSIONNET‑3061 Feature Implement conversion to Wmf CONVERSIONNET‑3062 Feature Implement conversion to Emf CONVERSIONNET‑3087 Feature Implement conversion from Pot Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs...Alternatively to license from file, you may set Metered license...

    docs.groupdocs.com/conversion/net/groupdocs-con...