Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 42,747 for

pdf

(0.04 sec)
  1. Convert Back and Forth Between 50+ Document For...

    GroupDocs.Conversion for .NET is one of emerging products in the GroupDocs product family. GroupDocs.Conversion allows users to convert documents to and from over 50 different formats, including Word (DOC, DOCX) to Pdf, Pdf to image (TIFF, JPG), HTML to Pdf, Word to HTML and many more. Unlike most of the software on the market, GroupDocs.Conversion is a .NET middleware designed specifically for easy integration into other applications. Thanks to its flexible API, GroupDocs....DOCX) to PDF, PDF to image (TIFF, JPG), HTML to PDF, Word to...

    blog.groupdocs.com/conversion/convert-back-and-...
  2. Add watermarks to PDF documents | Documentation

    The watermarking Java API allows you to add watermarks to Pdf documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....watermarks to PDF documents Add watermarks to PDF documents Leave...page of a PDF document. Adding watermark to a PDF document using...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. Find and Replace Text in PDF using C# | Replace...

    Programmatically find certain text, words, phrases in Pdf documents with case sensitivity and RegEx using C#. Replace or hide the text to redact Pdf files....and replace text and words in PDF documents using C# . We will...presentations, spreadsheets, PDF files, and images within .NET...

    blog.groupdocs.com/redaction/find-and-replace-t...
  4. Search text in PDF documents | Documentation

    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....Extract data from PDF documents / Search text in PDF documents Search...Search text in PDF documents Leave feedback To search a keyword...

    docs.groupdocs.com/parser/java/search-text-in-p...
  5. Add Watermark to PDF using C# | Text and Image ...

    Add image watermarks or apply text watermarks to Pdf files using C#. Either watermark all or selective pages of Pdf using .NET Watermarking API....programmatically add the watermarks to PDF files using C#. We will separately...Text Watermark to PDF Apply Image Watermark to PDF .NET Watermarking...

    blog.groupdocs.com/watermark/watermark-pdf-file...
  6. Pdf Digitally signing | Documentation

    This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....Electronic Signatures / ✎ Pdf digitally signing Pdf Digitally signing...signature = new Signature ( "sample.pdf" )) { // initialize digital option...

    docs.groupdocs.com/signature/net/sign-document-...
  7. Extract text from PDF documents | Documentation

    To extract a text from Pdf documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from Pdf document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Extract data from PDF documents / Extract text from PDF documents Extract...Extract text from PDF documents Leave feedback To extract a text...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. Find and Replace Text in PDF in Java | Replace ...

    Programmatically find certain text, words, phrases in Pdf documents with case sensitivity and RegEx in Java. Replace or hide the text to redact Pdf files....and replace text and words in PDF documents in Java . We will separately...presentations, spreadsheets, PDF files, and images within the...

    blog.groupdocs.com/redaction/find-and-replace-t...
  9. Convert CAD Drawings to PDF in C# .NET | DGN DW...

    C# guide to convert the CAD files like DWG, DGN, and DWF to Pdf format using document and image conversion .NET API by GroupDocs....convert the CAD drawings to PDF format in C#. Previously, in...DWG, DGN, and DWF files into PDF documents with the code example...

    blog.groupdocs.com/conversion/convert-cad-drawi...
  10. Extract metadata from PDF documents | Documenta...

    To extract metadata from Pdf documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....data from PDF documents / Extract metadata from PDF documents...documents Extract metadata from PDF documents Leave feedback To extract...

    docs.groupdocs.com/parser/java/extract-metadata...