Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 4,689 for

as

(0.06 sec)
  1. Existing objects in PDF document | GroupDocs

    Removing watermark from a particular page of PDF document using C#....Removing watermark from a particular page of PDF document using C#.

    docs.groupdocs.com/watermark/java/existing-obje...
  2. Third and last question from us for now - Free ...

    We would like to use GroupDocs.Conversion to convert DOCX’s to and from the flat XML format (flat OPC).  From your responses to our other recent requests, it seems that Conversion is more about producing human-friendly …...We would like to use GroupDocs.Conversion to convert DOCX’s to and from the flat XML format (flat OPC).  From your responses to our other recent requests, it seems that Conversion is more about producing human-friendly …

    forum.groupdocs.com/t/third-and-last-question-f...
  3. Messed up PDF Comparison Result - Free Support ...

    Hi, I am using GroupDocs.Comparison for .NET to compare PDF files. The comparison results in the output PDF are messed up. Would you pleAse check? Input and output files are attached. using (Comparer comparer = new Co…...Hi, I am using GroupDocs.Comparison for .NET to compare PDF files. The comparison results in the output PDF are messed up. Would you please check? Input and output files are attached. using (Comparer comparer = new Co…

    forum.groupdocs.com/t/messed-up-pdf-comparison-...
  4. Search for Metadata Signatures in Images using ...

    We at GroupDocs, are pleAsed to announce another monthly releAse of GroupDocs.Signature for .NET. This latest releAse 18.12 of the API comes up with a feature to add and search for Metadata Signatures in Images. Apart from that, a few fixes and improvements are also introduced in this version, therefore, we recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience....We at GroupDocs, are pleased to announce another monthly release of GroupDocs.Signature for .NET. This latest release 18.12 of the API comes up with a feature to add and search for Metadata Signatures in Images. Apart from that, a few fixes and improvements are also introduced in this version, therefore, we recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience.

    blog.groupdocs.com/signature/groupdocs.signatur...
  5. Support for Diagrams in GroupDocs.Merger

    GroupDocs.Merger now supports diagram formats such As VSDFX, VSDM, VSSX, VSSM and VTX . It allows you to swap, rotate or trim pages in diagrams. Apart for that, you can also set or remove pAssword protection of diagrams. This API comes in both Java and .NET platforms and could be integrated in any your .NET or Java application without any dependency. Features for Diagrams Format Swap Pages: This feature allows you to exchange the position of two pages in the document....GroupDocs.Merger now supports diagram formats such as VSDFX, VSDM, VSSX, VSSM and VTX . It allows you to swap, rotate or trim pages in diagrams. Apart for that, you can also set or remove password protection of diagrams. This API comes in both Java and .NET platforms and could be integrated in any your .NET or Java application without any dependency. Features for Diagrams Format Swap Pages: This feature allows you to exchange the position of two pages in the document.

    blog.groupdocs.com/merger/support-for-diagrams-...
  6. Compare OneNote with Tables in GroupDocs.Compar...

    We are pleAsed to announce another monthly releAse of GroupDocs.Comparison for .NET 17.12. This releAse covers 2 new features, some improvements and bug fixes. API allows comparison of PDF documents with hyperlinks in the content and tables comparison for OneNote documents. Aside these features, count of changes on summary page is improved. We’d recommend you to download latest version of the API and share your document comparison experience. Document Conversion API for ....We are pleased to announce another monthly release of GroupDocs.Comparison for .NET 17.12. This release covers 2 new features, some improvements and bug fixes. API allows comparison of PDF documents with hyperlinks in the content and tables comparison for OneNote documents. Aside these features, count of changes on summary page is improved. We’d recommend you to download latest version of the API and share your document comparison experience. Document Conversion API for .

    blog.groupdocs.com/comparison/compare-onenote-t...
  7. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such As VDX, VSDX, VSX, etc...GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc

    docs.groupdocs.com/metadata/net/working-with-me...
  8. How to edit CSV file | GroupDocs

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for Java....This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for Java.

    docs.groupdocs.com/editor/java/how-to-edit-csv-...
  9. In-Table List with Highlighted Rows in Spreadsh...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table List with Highlighted Rows report in Spreadsheet Document format bAsed on the use cAse: Working with a Business CAse. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft Excel Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS Excel 2013....Note In this article, we will use GroupDocs.Assembly to generate an In-Table List with Highlighted Rows report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft Excel Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS Excel 2013.

    docs.groupdocs.com/assembly/net/in-table-list-w...
  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(); }...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(); }

    docs.groupdocs.com/redaction/java/save-in-raste...