Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 13,326 for

to

(0.1 sec)
  1. CSV to Excel

    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....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.

    blog.groupdocs.com/zh-hant/tag/csv-to-excel/
  2. XML to PDF

    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....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.

    blog.groupdocs.com/zh/tag/xml-to-pdf/
  3. Word to PDF

    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....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.

    blog.groupdocs.com/zh/tag/word-to-pdf/
  4. SVG to PNG

    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....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.

    blog.groupdocs.com/zh/tag/svg-to-png/
  5. Save to stream | GroupDocs

    You might need To save a document To any cusTom file at any location on the local disc or a even a Stream. The following example demonstrates how To save a document To any location. final RedacTor redacTor = new RedacTor("Sample.docx"); try { // Here we can use document instance To perform redactions RedacTorChangeLog result = redacTor.apply(new ExactPhraseRedaction("John Doe", new ReplacemenToptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document To a cusTom location and convert its pages To images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file.

    docs.groupdocs.com/redaction/java/save-to-stream/
  6. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks To PowerPoint presentations. Add watermark To particular slide with simple or advanced settings easily....Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily.

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. Add watermarks to PDF documents | GroupDocs

    The watermarking Java API allows you To add watermarks To PDF documents. Adding watermarks To a particular page or adding watermarks on all images or attachments of a particular page is possible....The watermarking Java API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible.

    docs.groupdocs.com/watermark/java/add-watermark...
  8. Add watermarks to diagram documents | GroupDocs

    Adding watermark To all pages of a particular type Using GroupDocs.Watermark, you can add watermark To all pages of a particular type in a document. It consists of following steps. Load the document Create and initialize watermark object Set watermark properties Add watermark by specifying page type using setPlacementType() method of DiagramShapeWatermarkOptions Save the document Following code shows how To add watermark To a particular type of the pages....Adding watermark to all pages of a particular type Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps. Load the document Create and initialize watermark object Set watermark properties Add watermark by specifying page type using setPlacementType() method of DiagramShapeWatermarkOptions Save the document Following code shows how to add watermark to a particular type of the pages.

    docs.groupdocs.com/watermark/java/add-watermark...
  9. Saving files to different locations | GroupDocs

    Following this guide you will learn how To save the converted PDF, Word, Excel, or PowerPoint documents To local disk, stream or FTP....Following this guide you will learn how to save the converted PDF, Word, Excel, or PowerPoint documents to local disk, stream or FTP.

    docs.groupdocs.com/conversion/net/saving-files-...
  10. How to merge archives to ZIP using Python via ....

    Learn how To merge archives To ZIP file, combine archives inTo one ZIP file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Learn how to merge archives to ZIP file, combine archives into one ZIP file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library.

    docs.groupdocs.com/merger/python-net/getting-st...