Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 521 for

pdf watermark performance

(0.03 sec)
  1. View Contents of ZIP and TAR Archives using Gro...

    We are excited to bring a major release of GroupDocs.Viewer for Java API packaging a bunch of new features, improvements, and bug fixes. In the latest release, we have added the support of viewing archives and a couple of code files as well as provided the features of working with security settings in the Pdf documents. So let’s walk through the latest release of our document viewer API for Java and check out what you are going to get after upgrading to v19....with security settings in the PDF documents. So let’s walk through...case of rendering as image or PDF, the API returns one or more...

    blog.groupdocs.com/viewer/view-files-and-folder...
  2. GroupDocs Newsletter May 2018 – Document Manipu...

    Share this issue: Monthly Newsletter May 2018 Professional APIs for Creating Document Management Applications Manipulate 100+ Business File Formats in .NET and Java Apps GroupDocs offers feature-rich document manipulation APIs for .NET and Java developers to build web, mobile or desktop apps with the capability to view, annotate, convert, e-sign, compare, assemble, and Watermark document formats. You can also extract text, retrieve metadata information and manipulate documents using HTML....e-sign, compare, assemble, and watermark document formats. You can...metadata in EPUB, DOCX, and PDF file formats, and get Image Cover...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  3. Archive

    archives...min June 3 🤖 AI-Powered Watermarking: Protect Documents with...Tiling Watermark Examples: How to Create Repeated Watermarks in Documents...

    blog.groupdocs.com/archives/
  4. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized Pdf file...Watermark Product Solution GroupDocs...Save in rasterized PDF Save in rasterized PDF Leave feedback The...

    docs.groupdocs.com/redaction/net/save-in-raster...
  5. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Outlook data files (PST and OST) to HTML, Pdf, PNG, and JPEG formats....Watermark Product Solution GroupDocs...Outlook data files as HTML, PDF, and image files Leave feedback...

    docs.groupdocs.com/viewer/net/render-outlook-da...
  6. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized Pdf file...Watermark Product Solution GroupDocs...Save in rasterized PDF Save in rasterized PDF Leave feedback The...

    docs.groupdocs.com/redaction/python-net/save-in...
  7. Attachments in PDF document | Documentation

    This article explains how to work with Pdf attachments while using GroupDocs Watermarking Java API....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/attachments-i...
  8. Releasing GroupDocs.Comparison for Java 16.11.0...

    In order to enrich the document comparison experience, team GroupDocs is pleased to release GroupDocs.Comparison for Java 16.11.0 that comes with multitude of new features such as comparison of comments, WordArt objects, forms and many more. API also sums up a lot of improvements and bug fixes. We would recommend you to download latest release of the API and integrate it in your project. GroupDocs.Comparison for Java 16.11.0 - New FeaturesAPI comes with following new features: Added page numbers comparison for MS Word Added comparison of group shapes for Word Documents Comparison of comments for MS Word Comparison of WordArt objects in MS Word Comparison of tables in MS Word Comparison of Forms in MS Word Comparison of multi-language in MS Word Object model of Paragraph for Pdf Implemented absorber of paragraphs for the basic cases for Pdf Added option to compose multiple result list from result lists of each document for MS Word Support comparing multiple documents with track changes for MS Words Added support of absorption of the Page Footer for Pdf Added support of absorption of the Page Header for Pdf Added apply/discard changes support for multiple result changes list for MS Word Added support for new components: media objects, image positioning for Pdf Added support of comparing Watermarks for Pdf Added support of comparing charts for MS Power Point Presentations Added support of comparing comments for MS Power Point Presentations Added support of style changes detection for MS Power Point Presentations Added support of detection of Picture Frames for MS Power Point Presentations Document Comparison API for Java - ImprovementsFollowing are the features that are improved in the latest version of the GroupDocs....Object model of Paragraph for PDF Implemented absorber of paragraphs...paragraphs for the basic cases for PDF Added option to compose multiple...

    blog.groupdocs.com/comparison/groupdocs.compari...
  9. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Watermark Product Solution GroupDocs...usage / Create PDF with Image Redaction Create PDF with Image Redaction...

    docs.groupdocs.com/redaction/python-net/create-...
  10. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized Pdf file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPdf(true); // Saving as rasterized Pdf with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Watermark Product Solution GroupDocs...Save in rasterized PDF Save in rasterized PDF Leave feedback The...

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