Sort Score
Result 10 results
Languages All
Labels All
Results 7,721 - 7,730 of 47,134 for

(c )

(0.11 sec)
  1. DOC to PDF on GroupDocs Blog | Document Automat...

    DOC to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in DOC to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 在 N...... 使用 C# 將 Word 文檔轉換為 PDF 在 .NET 應用程序中使用 C# 將 Word DOC...

    blog.groupdocs.com/zh-hant/tag/doc-to-pdf/index...
  2. Rearrange PDF Pages on GroupDocs Blog | Documen...

    Rearrange PDF Pages on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Rearrange PDF Pages on GroupDocs Blog | Document Automation Solutions for .NET & J...... C#を使用してPDFページを再配置する方法 C#を使用してPDFファイルのページを並べ替えます。実行例は、...

    blog.groupdocs.com/ja/tag/rearrange-pdf-pages/i...
  3. Separate PDF on GroupDocs Blog | Document Autom...

    Separate PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Separate PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...... C#を使用してPDFファイルを分割する方法 C#を使用してPDFファイルを分割するさ...

    blog.groupdocs.com/ja/tag/separate-pdf/index.xml
  4. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/searching-wat...
  5. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker...

    docs.groupdocs.com/watermark/java/working-with-...
  6. Online Word Viewer

    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....Viewer API 在 C#、Java、Python 和 Node.js 中集成文档查看。...

    blog.groupdocs.com/zh/tag/online-word-viewer/
  7. Tags

    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....45 Apply Barcode to Images in C# 1 Apply Barcode to Images in...Java 1 Apply Barcode to PDF in C# 1 Area Annotation 2 Arrow 1 ASP...

    blog.groupdocs.com/tags/
  8. Merge archives | GroupDocs

    Learn how to merge archive files, combine archive files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Merger ( "c:/sample1.zip" ) as merger : merger . join ( "c:/sample2..."c:/sample2.zip" ) merger . save ( "c:/merged.zip" ) Merge different...

    docs.groupdocs.com/merger/python-net/merge/arch...
  9. Merge archives | GroupDocs

    Learn how to merge archive files, combine archive files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library.... const inputFilePath = `c:/sample1.zip` ; const merger =...outputPath = `c:/merged.zip` ; merger . join ( 'c:/sample2.zip'...

    docs.groupdocs.com/merger/nodejs-java/merge/arc...
  10. Add document to Diagram via OLE | GroupDocs

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....filePath = "c:\sample.vsdx" ; String filePathEmbedded = "c:\embedded...pptx" ; String filePathOut = "c:\output\result.vsdx" ; int pageNumber...

    docs.groupdocs.com/merger/java/add-document-to-...