Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 16,582 for

pdf viewer

(0.1 sec)
  1. Highlight text upon conversion to HTML in .NET ...

    Hi, I was wondering if there is any way to highlight certain words of document, when converting it to HTML with GroupDocs.Viewer. I tried using GroupDocs.Search after the conversion with GroupDocs.Viewer, but the resul…...Viewer Product Family dotnet , document-annotation...document-annotation , document-viewer , document-search , text-parser...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  2. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized Pdf...Viewer Product Solution GroupDocs...rasterized PDF Select specific pages for rasterized PDF Leave feedback...

    docs.groupdocs.com/redaction/net/select-specifi...
  3. Parse data from PDF documents | Documentation

    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)....Viewer Product Solution GroupDocs...Extract data from PDF documents / Parse data from PDF documents Parse...

    docs.groupdocs.com/parser/java/parse-data-from-...
  4. Sign Pdf documents with special appearance | Do...

     This article explains how to use Pdf digital electronic signature features on document page....Viewer Product Solution GroupDocs.../ Sign Pdf documents with special appearance Sign Pdf documents...

    docs.groupdocs.com/signature/java/sign-pdf-docu...
  5. 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(); }...Viewer Product Solution GroupDocs...Save in rasterized PDF Save in rasterized PDF Leave feedback The...

    docs.groupdocs.com/redaction/java/save-in-raste...
  6. Convert to PDF with advanced options | Document...

    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....Viewer Product Solution GroupDocs...Convert to PDF with advanced options Convert to PDF with advanced...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....UI Document Viewer 2.0.0 using GroupDocs.Viewer for .NET version...document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  8. Sign Pdf documents with special appearance | Do...

     This article explains how to use Pdf digital electronic signature features on document page....Viewer Product Solution GroupDocs.../ Sign Pdf documents with special appearance Sign Pdf documents...

    docs.groupdocs.com/signature/net/sign-pdf-docum...
  9. Convert XML to PDF Using XSL-FO | Documentation

    Learn how to convert a XML document to Pdf using XSL-FO with GroupDocs.Conversion for .NET....Viewer Product Solution GroupDocs...Convert XML to PDF Using XSL-FO Convert XML to PDF Using XSL-FO...

    docs.groupdocs.com/conversion/net/convert-xml-t...
  10. How to add attachment to PDF document | Documen...

    This article explains how to add attachment to Pdf document with GroupDocs.Merger within your .NET applications....Viewer Product Solution GroupDocs...attachment to PDF document How to add attachment to PDF document Leave...

    docs.groupdocs.com/merger/net/how-to-add-attach...