Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 3,737 for

split document

(0.1 sec)
  1. C# API to Export PS to DOT | products.aspose.com

    Convert PS to DOT without using Microsoft Word...API that provides powerful document manipulation and conversion...edit, and manipulate PDF documents. It provides a wide range...

    products.aspose.com/total/net/conversion/ps-to-...
  2. Get areas with text coordinates via C# | Aspose

    Automatically find the coordinates of image regions containing text paragraphs....Install-Package Visit our documentation for more details. How to...you want to use own image (document) GetAreasWithTextCoor folder...

    products.aspose.com/ocr/net/recognition/get-tex...
  3. Aspose.NET C# Word To PDF - Free Support Forum ...

    IssueWithWordConversion.pdf (12.4 KB) IssueWithWordConversion.docx (33.2 KB) We are having issues converting Word to PDF. You can see in the PDF generated its missing a lot of content from the table at the bottom of th…...Load the Word document Document doc = new Document(inputFilePath);...PdfImageColorSpaceEx.Auto; // Save the document as PDF doc.Save(outputFilePath...

    forum.aspose.com/t/aspose-net-c-word-to-pdf/322585
  4. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....Version Number in output documents. For example, upon rendering...this information from output Documents. This article explains how...

    docs.aspose.com/diagram/net/convert-visio-to-pdf/
  5. How to Remove Pages from PDF using Java

    This article describes how to remove pages from PDF using Java. It explains the environment settings, a list of operations and a runnable sample code to delete pages from PDF Document using Java....code to remove pages from PDF document using Java . We will have...pages and create a new PDF, split a PDF in different ways, make...

    kb.aspose.com/pdf/java/how-to-remove-pages-from...
  6. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....Version Number in output documents. For example, upon rendering...this information from output Documents. This article explains how...

    docs.aspose.com/diagram/java/convert-visio-to-pdf/
  7. 从网站提取图片 – C# 示例

    了解如何从网站下载图像。考虑使用 Aspose.HTML 自动从网站提取图片的 C# 示例。...website using C# 2 3 // Open a document you want to download images...from 4 using HTMLDocument document = new HTMLDocument( "https://docs...

    docs.aspose.com/html/zh/net/extract-images-from...
  8. Working with Message Flags on Server|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... split (); if ( inf . containsKeyword...

    docs.aspose.com/email/java/working-with-message...
  9. Streams and Remote Storage|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Formats Some GIS data formats split content into several files....

    docs.aspose.com/gis/net/streams-and-remote-stor...
  10. 在 .NET 中将 PDF 转换为 HTML|Aspose.PDF for .NET

    本主题向您展示如何使用 Aspose.PDF C# 库将 PDF 文件转换为 HTML 格式。...HTML 创建一个 Document 对象的实例,使用源 PDF 文档。 通过调用 Document.Save() 方法将其保存为...ConvertPDFtoHTML () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-html/