Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 1,011 for

java pdf signature security

(0.42 sec)
  1. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document...Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/signature/java/sign-document...
  2. Convert CSV to PDF using Java

    Let's quickly understand how to convert CSV to Pdf using Java. We will provide you with essential instructions and code example to export CSV to Pdf using Java....Signature Product Family GroupDocs.Metadata...Family Convert CSV to PDF using Java PDF (Portable Document Format)...

    kb.groupdocs.com/conversion/java/convert-csv-to...
  3. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize Pdf file in the GroupDocs.Viewer Java API for web browser or to reduce size....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. Use PDF redaction filters | GroupDocs

    This article explains that how to set page-level scope to Pdf redactions....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/java/use-pdf-redac...
  5. Optimize spreadsheets in a PDF file | GroupDocs

    This topic describes how to optimize spreadsheets in a Pdf file using the GroupDocs.Viewer Java API....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  6. Optimize a PDF file for a browser | GroupDocs

    This topic describes how to optimize Pdf file using the GroupDocs.Viewer Java API for web browser or to reduce size....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  7. Save in rasterized PDF | GroupDocs

    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(); }...Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/java/save-in-raste...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...introduced when converting to PDF format. Some of the obsolete... Moreover, there’s also a security improvement. Please refer...

    blog.groupdocs.com/groupdocs.blog/page/55/
  9. Create PDF with Image Redaction | GroupDocs

    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....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/java/create-pdf-wi...
  10. Select specific pages for rasterized PDF | Grou...

    Select specific pages for rasterized Pdf Saving document as a rasterized Pdf, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from Pdf/A-1b, which is used by default, to Pdf/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(Java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/java/select-specif...