Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 42,806 for

pdf

(0.07 sec)
  1. 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...
  2. 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-...
  3. 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(); }...Save in rasterized PDF Save in rasterized PDF Leave feedback The...the document as a rasterized PDF file: final Redactor redactor...

    docs.groupdocs.com/redaction/java/save-in-raste...
  4. 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...
  5. 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...
  6. Extract data from PDF documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from Pdf documents. Also password-protected Pdfs and Pdf portfolios are supported. The following examples demonstrate how to extract data from Pdf documents:...Extract data from PDF documents Extract data from PDF documents Leave...extract data from PDF documents. Also PDFs and PDF portfolios are...

    docs.groupdocs.com/parser/net/extract-data-from...
  7. View Word Documents as PDF using C# | Protect &...

    Learn how to view Word DOC/DOCX files as Pdf using C#. Transform Word files to password-protected Pdf & Disallow Pdf Printing using Document Viewer .NET API....ability to convert documents to PDF is almost a required skill in...in this digital age. PDF being the universally accepted standard...

    blog.groupdocs.com/viewer/view-word-documents-a...
  8. Div to Pdf - Free Support Forum - groupdocs.com

    Hi everyone, I’m new to GroupDocs and interested in trying it out for my use case (converting HTML div to Pdf). Can anyone here give me a hint or some guidance? I’m looking to perform this conversion in a background proc…...Div to Pdf GroupDocs.Conversion Product Family Calistasoft_Calistasoft...case (converting HTML div to PDF). Can anyone here give me a hint...

    forum.groupdocs.com/t/div-to-pdf/16491
  9. Convert PDF to Grayscale JPG & PNG Images in Java

    Transform Pdf documents to grayscale JPG or PNG images in Java. Apply gamma, manage contrast or control brightness within Java application....discuss how to convert color PDF documents to grayscale JPG and...Conversion for Java API to convert PDF documents to grayscale JPG and...

    blog.groupdocs.com/conversion/convert-pdf-to-gr...
  10. 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...