Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 4,367 for

release

(0.06 sec)
  1. Sloučení PPTX prezentací v Pythonu s GroupDocs....

    Tento článek poskytuje krok za krokem instrukce pro sloučení PPTX prezentací pomocí GroupDocs.Merger pro Python via .NET....NET z releases.groupdocs.com . Dále si můžete...Merger for Python via .NET z releases.groupdocs.com . Dále zvažte...

    blog.groupdocs.com/cs/merger/merge-pptx-in-python/
  2. Save in original format | Documentation

    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(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/redaction/java/save-in-origi...
  3. Replace missing font | Documentation

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/viewer/java/replace-missing-...
  4. Save document to the same file or stream | Docu...

    This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/watermark/net/save-document-...
  5. Adjust the JPEG image quality | Documentation

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  6. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  7. Adjust the image size | Documentation

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  8. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  9. Reduce image quality | Documentation

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/viewer/python-net/optimizati...
  10. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/viewer/net/optimization-pdf-...