Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 15,666 for

file

(0.23 sec)
  1. 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(); }...document as a rasterized PDF file: final Redactor redactor = new...rasterized PDF with no suffix in file name redactor . save ( tmp0...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. Edit XML Files | Online Editing & Programmatic ...

    Discover efficient ways to edit XML Files. Either edit XML Files online or do it programmatically using C# & Java....Український Tiếng Việt 中文 中國傳統的 XML files are common in the world of programming...Sometimes, you need to edit XML files to make changes or updates....

    blog.groupdocs.com/editor/edit-xml-files/
  3. Extract Text from EPUB using Java

    This article offers a step-by-step guide on how to extract text from EPUB using Java, with the sample code example to assist you in text extraction from EPUB in Java....Java Extracting text from EPUB files is crucial for applications...you can easily manage EPUB files and get the text content for...

    kb.groupdocs.com/parser/java/extract-text-from-...
  4. Extract Text from DOCM using Java

    This article offers a comprehensive guide on how to extract text from DOCM using Java, including an example to help you efficiently text extraction from DOCM in Java.... analyzing the contents of files for insights, or converting...able to extract text from DOCM files is an essential capability for...

    kb.groupdocs.com/parser/java/extract-text-from-...
  5. Cannot merge PDF files in net core 3.1 - Free S...

    Hi i have problem when merge pdf File in net core 3.1, but when i run the project in net core 2.1 it can work well. I use groupdocs.merger (21.8.0). here is my sample pdf sample.pdf (26.4 KB) here is my sample code sou…...Cannot merge PDF files in net core 3.1 GroupDocs.Merger Product...have problem when merge pdf file in net core 3.1, but when i...

    forum.groupdocs.com/t/cannot-merge-pdf-files-in...
  6. Render MHTML as PDF using Python

    Learn how to render MHTML as PDF using Python. This tutorial explains converting MHTML web archives into PDF documents for sharing, printing, or archiving....and stylesheets into a single file. This format is commonly used...workflows, converting MHTML files into PDF documents is often...

    kb.groupdocs.com/viewer/python/render-mhtml-as-...
  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....you to open Microsoft Office files and images directly in a web-browser...required to open each individual file format. We have published a...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  8. Scan Barcode from DOC using Java

    Learn how to scan barcode from DOC using Java. With the help of this guide, you will learn how to extract barcode from DOC in Java efficiently without using extra tools....use in DOC (Word Document) files is becoming increasingly common...Scanning barcodes from DOC files can streamline tasks like document...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  9. Enabling inline CSS styles | GroupDocs

    This article describes the procedure of enabling the inline styles option for the WordProcessing documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....external stylesheet file “style.css”. HTML file in this case contains...the existing WordProcessing file string inputPath = "SampleDoc...

    docs.groupdocs.com/editor/net/inline-styles/
  10. Redact Text in PPTX using C#

    In this tutorial, you'll learn how to redact text in PPTX using C#. Also, you'll be provided with a straightforward code example to replace text in PPTX using C#....efficiently redact text within PPTX files, ensuring confidentiality and...to redact text within PPTX files Instantiate the Redactor class...

    kb.groupdocs.com/redaction/net/redact-text-in-p...