Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 5,580 for

file merger

(0.05 sec)
  1. Specify the JPEG image quality | GroupDocs

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for .NET...Merger Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, set...

    docs.groupdocs.com/viewer/net/adjust-jpeg-image...
  2. Render to PDF | GroupDocs

    Rendering Files to PDF with GroupDocs.Viewer for Node.js via Java. It means that you can embed PDF in websites or applications by using this Java API...Merger Product Solution GroupDocs...single PDF document. To render files to PDF, follow these steps:...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  3. GroupDocs.Signature for Python via .NET | Group...

    GroupDocs.Signature for Python via .NET is an easy to use electronic signature API designed for C#/.NET applications...Merger Product Solution GroupDocs...sign electronic docs of various file formats. This e-signing API...

    docs.groupdocs.com/signature/python-net/
  4. GroupDocs.Signature for Java | GroupDocs

    GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...Merger Product Solution GroupDocs...digital signatures for various file formats. Using digital signatures...

    docs.groupdocs.com/signature/java/
  5. GroupDocs.Redaction for Java | GroupDocs

    A Java API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats....Merger Product Solution GroupDocs...from the documents of different file formats. The API provides a...

    docs.groupdocs.com/redaction/java/
  6. GroupDocs.Redaction for Python via .NET | Group...

    A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats using c#...Merger Product Solution GroupDocs...from documents across various file formats. It provides a unified...

    docs.groupdocs.com/redaction/python-net/
  7. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its format is supported, but not pre-configured....Merger Product Solution GroupDocs...be used when for some reason files have non-standard extensions...

    docs.groupdocs.com/redaction/java/extend-suppor...
  8. Work with Search Results using C#

    Learn how to work with search results using C# efficiently. Discover method to retrieve search results in C# and manage search reports for optimized performance....Merger Product Family GroupDocs.Redaction...For each document, display its file path and occurrence count For...

    kb.groupdocs.com/search/net/work-with-search-re...
  9. Save comparison result in different format | Gr...

    Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....Merger Product Solution GroupDocs...formats depend on the source file type. Common targets include...

    docs.groupdocs.com/comparison/python-net/save-c...
  10. Save in original format | GroupDocs

    The following example demonstrates how to save File in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Merger Product Solution GroupDocs...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...