Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 214,648 for

new

(0.16 sec)
  1. DocSaveOptions.saveRoutingSlip property | Aspos...

    DocSaveOptions.saveRoutingSlip property. When ``false``, RoutingSlip data is not saved to output document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Hello world!" ); let options = new aw . Saving . DocSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocSaveOptions.saveFormat property | Aspose.Wor...

    DocSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Hello world!" ); let options = new aw . Saving . DocSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. IResourceSavingCallback Interface | Aspose.Word...

    Control Aspose.Words resource saving with the IResourceSavingCallback interface. Manage images, fonts, and CSS for optimized HTML or SVG documents....md" ; Document doc = new Document ( MyDir + "Rendering...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. 填写 AcroForms|Aspose.PDF for Java

    本节说明如何使用 Aspose.PDF for Java 在 PDF 文档中填写表单字段。...打开文档 Document pdfDocument = new Document ( _dataDir + "TextField...textBoxField = new TextBoxField ( page , new Rectangle ( 100...

    docs.aspose.com/pdf/zh/java/fill-form/
  5. Create PDF Forms using php-java | Aspose.PDF

    Create PDF forms and add fields programmatically with PHP sample code using Aspose.PDF for PHP via Java....document $colors = new Color (); $document = new Document ( $inputFile...$textBoxField = new TextBoxField ( $page , new Rectangle ( 110...

    products.aspose.com/pdf/php-java/acroforms/create/
  6. 在 C# 中指定 3D 文件保存选项|Documentation

    有几个场景。保存方法重载接受一个SaveOptions对象。每种保存格式都有一个相应的类,该类保存该保存格式的保存选项。...ColladaSaveOptions saveColladaopts = new ColladaSaveOptions (); // Generates...saveColladaopts . LookupPaths = new List < string >( new string [] { "textures"...

    docs.aspose.com/3d/zh/net/specify-3d-file-save-...
  7. Issues when using Multilanguage - Free Support ...

    Hello, I am trying to OCR a PDF with multiple languages and always get a System.Exception error. I tried to use the Logging feature with no luck. I have also downloaded all models as you can see in the screenshot below …...SetLicense()) throw new Exception("Error setting license...better efficiency var api = new AsposeOcr(); // Process files...

    forum.aspose.com/t/issues-when-using-multilangu...
  8. BreakType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.BreakType enum to enhance your document formatting with precise break types for improved readability and layout control....SectionBreakContinuo 3 Specifies start of new section on the same page as the...Specifies start of new section in the new column. SectionBreakNewPage...

    reference.aspose.com/words/net/aspose.words/bre...
  9. Section|Aspose.Slides Documentation

    Manage slide sections in C# with Aspose.Slides: create, rename, reorder easily, move slides between sections, and control visibility for PPT, PPTX and ODP....Add_Section () { using var pres = new Presentation (); // Specify the...pres . Sections . AddSection ( "New Section" , pres . Slides [ 0...

    docs.aspose.com/slides/net/examples/elements/se...
  10. Convert HTML to PDF|Aspose.PDF for PHP via Java

    Learn how to easily convert HTML documents to PDF format using Aspose.PDF in PHP and Java....$loadOption = new HtmlLoadOptions (); // Create a new Document object...load the HTML file $document = new Document ( $inputFile , $loadOption...

    docs.aspose.com/pdf/php-java/convert-html-to-pdf/