Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 15,876 for

file

(0.65 sec)
  1. First Public Release of GroupDocs.Merger for Ja...

    We are pleased to announce GroupDocs.Merger for Java 18.8. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for Java allows to check document protection and then set, remove or update password. Aside this, API permits to join two or more documents of same File format into one....two or more documents of same file format into one. Purpose Behind...PDF Cell Slide In order to see file format extensions please visit...

    blog.groupdocs.com/merger/first-public-release-...
  2. 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...
  3. Licensing | GroupDocs

    GroupDocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation.... Set License from File The following code snippet shows...shows how to set a license from file: Java // This example demonstrates...

    docs.groupdocs.com/annotation/java/licensing-an...
  4. 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/java/inline-styles/
  5. Latest release for Modern SharePoint WebPart fo...

    Great news for SharePoint Developers, GroupDocs proudly announces latest release for GroupDocs.Viewer for .NET Modern SharePoint WebPart. In this v1.1 we updated all features that were implemented in ASP.NET MVC Modern UI v1.1. Our aim is to provide same features in all of our modern front ends, so that customer’s across different platforms can enjoy similar features. We have introduced a bunch of new features in this new version. We would recommend you to download this release and provide your valuable feedback....msg file via file browser. The application...

    blog.groupdocs.com/viewer/latest-release-modern...
  6. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from PDF Files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API....multiple attachments and different file versions. Now we can simply...remove annotations from PDF files using the same Java API. The...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  7. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot...component to Word, Image, or diagram file, etc. For more information,...

    docs.groupdocs.com/annotation/java/add-componen...
  8. Compare Word Documents with Python: 7 Examples ...

    Master Word document comparison in Python with GroupDocs.Comparison. Detect changes, highlight differences, accept/reject modifications, and generate professional comparison reports with complete code examples....comparison software that makes file comparison effortless. Simple...(.docx, .doc), PDFs, Excel files, and more document types Customizable...

    blog.groupdocs.com/comparison/compare-pdfs-usin...
  9. Digital certificate for Spreadsheets has wrong ...

    Hi there, I’m getting this error while trying to use the certificate constructed manually (C#) … I’m trying to avoid the popup that comes up in a solution 1 that is working, The code that is working is here: Stream ex…...10 }, }; // sign document to file SignResult signResult = signature...10 }, }; // sign document to file SignResult signResult = signature...

    forum.groupdocs.com/t/digital-certificate-for-s...
  10. 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...