Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 19,348 for

pdf signature

(0.62 sec)
  1. Extract text from PDF documents | GroupDocs

    Learn how to extract text from Pdf documents using GroupDocs.Parser for .NET. Extract text from entire Pdf or specific pages with error handling. Includes Pdf text extraction library C# examples....Signature Product Solution GroupDocs...Extract data from PDF documents / Extract text from PDF documents Extract...

    docs.groupdocs.com/parser/net/extract-text-from...
  2. Sign Documents with PKCS#11 in .NET | GroupDocs

    Learn how to sign Pdf and other documents in .NET using PKCS#11 hardware tokens, USB dongles, or smart cards with GroupDocs.Signature. A free electronic Signature API version is available for evaluation with limited features....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/signing-pdf-wi...
  3. GroupDocs Holidays Offer – Get 25% off GroupDoc...

    Share this issue: Monthly NewsletterDecember 2018 25% off GroupDocs.Total OR 24 bottles of Award-Winning Pirathon Total Shiraz Get 25% off GroupDocs.Total OR 24 Bottles of Award-Winning Pirathon Total Shiraz (worth over $1500). Quote HOLOFF2018 or PIRATH2018 when placing your order. This offer is only available on new GroupDocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from GroupDocs.com, not through third parties or resellers.... Add and search Metadata signatures in Excel and Word documents...documents # GroupDocs.Signature for .NET API allow digitally sign Microsoft...

    blog.groupdocs.com/total/groupdocs-holidays-off...
  4. Optimize the PDF file resources | GroupDocs

    This topic describes how to optimize Pdf file using the GroupDocs.Viewer .NET API (C#) to reduce size....Signature Product Solution GroupDocs...to PDF / Optimize the output PDF file / Optimize the PDF file...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  5. Parse data from PDF documents | GroupDocs

    To extract data from Pdf documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from Pdf Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in Pdf form and send it by email (for example)....Signature Product Solution GroupDocs...Extract data from PDF documents / Parse data from PDF documents Parse...

    docs.groupdocs.com/parser/java/parse-data-from-...
  6. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to Pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....Signature Product Solution GroupDocs...Convert to PDF with advanced options Convert to PDF with advanced...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. Use PDF redaction filters | GroupDocs

    This article explains that how to set page-level scope to Pdf redactions....Signature Product Solution GroupDocs...redaction filters / Use PDF redaction filters Use PDF redaction filters...

    docs.groupdocs.com/redaction/java/use-pdf-redac...
  8. Extract data from PDF forms | GroupDocs

    This article shows how to extract data from Pdf forms easily with GroupDocs.Parser....Signature Product Solution GroupDocs...Extract data from PDF forms Extract data from PDF forms Leave feedback...

    docs.groupdocs.com/parser/java/extract-data-fro...
  9. Search text in PDF documents | GroupDocs

    To search a keyword in Pdf documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Pdf document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Signature Product Solution GroupDocs...Extract data from PDF documents / Search text in PDF documents Search...

    docs.groupdocs.com/parser/java/search-text-in-p...
  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...rasterized PDF Select specific pages for rasterized PDF Leave feedback...

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