Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 20,662 for

pdf signature

(0.79 sec)
  1. Sign Images with Barcode in C# on GroupDocs Blo...

    Sign Images with Barcode in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Sign Images with Barcode in C# on GroupDocs Blog | Document Automation ......NET Signature API 将条形码附加到 Word、Excel、PDF、PNG、JPG、WebP...

    blog.groupdocs.com/zh/tag/sign-images-with-barc...
  2. Sign Documents with Barcode in C# on GroupDocs ...

    Sign Documents with Barcode in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Sign Documents with Barcode in C# on GroupDocs Blog | Document Autom......NET Signature API 將條形碼附加到 Word、Excel、PDF、PNG、JPG、WebP...

    blog.groupdocs.com/zh-hant/tag/sign-documents-w...
  3. Sign documents with QR code in CSharp on GroupD...

    Sign documents with QR code in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Sign documents with QR code in CSharp on GroupDocs Blog | Docume......NET Signature APIを使用してWord、Excel、PDF、PNG、JPG、WebPファイルに添付します。...

    blog.groupdocs.com/ja/tag/sign-documents-with-q...
  4. 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...
  5. Add watermarks to PDF documents | GroupDocs

    Add watermarks to specific Pdf pages, images, and attachments using GroupDocs.Watermark for Python via .NET....Signature Product Solution GroupDocs...watermarks / To PDF documents Add watermarks to PDF documents Leave...

    docs.groupdocs.com/watermark/python-net/add-wat...
  6. 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...Save in rasterized PDF Save in rasterized PDF Leave feedback The...

    docs.groupdocs.com/redaction/java/save-in-raste...
  7. Extract images from PDF documents | GroupDocs

    This article explains that how to extract images from Pdf documents...Signature Product Solution GroupDocs...data from PDF documents / Extract images from PDF documents Extract...

    docs.groupdocs.com/parser/net/extract-images-fr...
  8. Determine the file type | GroupDocs

    This article explains how to get a type of a file with GroupDocs.Viewer for .NET using .NET / C#....Signature Product Solution GroupDocs...Microsoft Word (.docx) and Adobe PDF (.pdf) are two different file types...

    docs.groupdocs.com/viewer/net/how-to-determine-...
  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. Extract images from PDF documents | GroupDocs

    To extract images from Pdf documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Pdf documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....Signature Product Solution GroupDocs...data from PDF documents / Extract images from PDF documents Extract...

    docs.groupdocs.com/parser/java/extract-images-f...