Sort Score
Result 10 results
Languages All
Labels All
Results 6,381 - 6,390 of 162,156 for

new

(0.07 sec)
  1. 以编程方式保存 PDF 文档|Aspose.PDF for .NET

    了解如何在 C# Aspose.PDF for .NET PDF 库中保存 PDF 文件。将 PDF 文档保存到文件系统、流和 Web 应用程序中。...document using ( var document = new Aspose . Pdf . Document ( dataDir...Make some manipation, i.g add new empty page document . Pages ...

    docs.aspose.com/pdf/zh/net/save-pdf-document/
  2. FindReplaceOptions class | Aspose.Words for Python

    aspose.words.replacing.FindReplaceOptions class. Specifies options for find/replace operations...FindReplaceOptions() Initializes a new instance of the FindReplaceOptions...FindReplaceOptions(direction) Initializes a new instance of the FindReplaceOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ParagraphFormat.SuppressLineNumbers | Aspose.Wo...

    Discover how the ParagraphFormat SuppressLineNumbers property lets you customize line numbering for paragraphs, enhancing document clarity and organization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/net/aspose.words/par...
  4. Փոխարկել WORD HTML Java

    Փոխարկեք WORD ը HTML ձևաչափի Java կոդով: Պահեք WORD որպես HTML օգտագործելով Java:...*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/wo...
  5. Convert Markdown to Image – MD to JPG, PNG, BMP...

    Convert Markdown to Images online or in C#. Consider Markdown to JPG, PNG, BMP, GIF, and TIFF conversions in C# examples....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/html/net/convert-markdown-to-im...
  6. Merge Presentation|Aspose.Slides for Node.js vi...

    Merge or combine PowerPoint Presentation in JavaScript...merge presentations: let pres1 = new aspose . slides . Presentation..."pres1.pptx" ); try { let pres2 = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/merge-presen...
  7. Compress JPG In Java

    Compress JPG in Java without losing quality. Optimize JPG content, reduce file size easily....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/compress/jpg/
  8. Presentation Header and Footer|Aspose.Slides fo...

    PowerPoint header and footer in JavaScript...Load Presentation var pres = new aspose . slides . Presentation...getTextFrame (). setText ( "HI there new header" ); } } } } Manage Header...

    docs.aspose.com/slides/nodejs-java/presentation...
  9. Aspose.pdf转图片卡住 - Free Support Forum - aspose.com

    using (Document pdf = New Document(sourcePath)) { Parallel.For(data.start_page, data.end_page + 1, x => { var width = (pdf.Pages[x].GetPageRect(true).Width * percentage).ToInt(); var height = (pdf.Pages[x].GetPageRe…...10:35am 1 using (Document pdf = new Document(sourcePath)) { Parallel...JpegDevice jpg = new JpegDevice(width, height, new Resolution(data...

    forum.aspose.com/t/aspose-pdf/312746
  10. 用户定义尺寸渲染为 TIFF|Aspose.Slides 文档

    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....Presentation 对象 Presentation pres = new Presentation ( srcFileName );...Export . TiffOptions opts = new Aspose . Slides . Export . TiffOptions...

    docs.aspose.com/slides/zh/net/rendered-as-tiff-...