Sort Score
Result 10 results
Languages All
Labels All
Results 4,901 - 4,910 of 222,973 for

new

(0.15 sec)
  1. How to Resize Document During Conversion from S...

    Learn how to use Aspose.SVG for .NET rendering options to resize document pages to the size of the SVG content and vice versa....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/svg/net/resize-document/
  2. PDF to PDF with Aspose Words (Aspose TotalNet) ...

    Hello Aspose team, When trying one of your website to process PDF → PDF (Convert PDF To PDF Online) Result is completely different compare when trying to use the code to do this. Maybe you have some working snippet…...StreamFactory(); { var document = new Aspose.Words.Document(stream);...PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance =...

    forum.aspose.com/t/pdf-to-pdf-with-aspose-words...
  3. LaTeX 转图像 | .NET

    通过 Aspose.TeX API 将 TeX 转换为图像格式(适用于 .NET)的解决方案,请阅读本文了解如何操作以及代码示例。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tex/zh/net/latex-to-image/
  4. ImageData | Aspose.Words for Java

    Defines an image for a shape in Java.... Document doc = new Document(getMyDir() + "Images...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Extract OLE Objects from Workbook with JavaScri...

    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....JavaScript environment and create a new project. This example will show...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/extract-ol...
  6. FootnoteSeparator | Aspose.Words for Java

    in Java....throws Exception { Document doc = new Document(getMyDir() + "Hidden...RemoveHiddenContentV hiddenContentRemover = new RemoveHiddenContentV(); // Below...

    reference.aspose.com/words/java/com.aspose.word...
  7. 在 .NET 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 精通段落格式化 - 在 C# 中优化 PPT、PPTX 和 ODP 演示文稿的对齐、间距和样式。...using ( Presentation pres = new Presentation ()) { // 访问第一张幻灯片...IPortion port01 = new Portion (); IPortion port02 = new Portion ();...

    docs.aspose.com/slides/zh/net/manage-paragraph/
  8. Manage Worksheets|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....Worksheets to a New Excel File To create a new Excel file programmatically:...passing the sheet index of the new worksheet to the WorksheetCollection...

    docs.aspose.com/cells/go-cpp/manage-worksheets/
  9. 在 PHP 中管理演示文稿的超链接|Aspose.Slides for PHP 文档

    轻松地使用 Aspose.Slides for PHP via Java 管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流程。...代码演示如何将网站超链接添加到文本中: $presentation = new Presentation (); try { $shape1...$portionFormat :: setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/zh/php-java/manage-hyper...
  10. Copying text from one PDF to another is slow - ...

    Hello, we want to copy (recognized OCR) text from one PDF to another. This example source code works but is very very slow (the textBuilder.AppendText function takes about 3 minutes for one page of text) Why is the me…...Document asposeDocTarget = new Aspose.Pdf.Document(file_non_ocr))...Document(file_non_ocr)) { Aspose.Pdf.Page page_new = asposeDocTarget.Pages[1]; using...

    forum.aspose.com/t/copying-text-from-one-pdf-to...