Sort Score
Result 10 results
Languages All
Labels All
Results 7,991 - 8,000 of 215,322 for

new

(0.16 sec)
  1. Converting a CGM file to PDF using PHP | Aspose...

    Sample code on PHP for CGM to PDF conversion. Use example code for batch CGM to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Call Document.Process...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/cgm...
  2. Hello World in PHP|Aspose.Words for Java

    Write 'hello' to a Word Document using PHP.... Php Code $ builderBoject = new Java ( "com.aspose.words.DocumentBuilder"...documentObject ); // Write a new paragraph in the document with...

    docs.aspose.com/words/java/hello-world-in-php/
  3. Convert PDF to Excel Workbook in PHP|Aspose.PDF...

    Learn how to convert PDF files to Excel workbooks in PHP using Aspose.PDF, enabling seamless data extraction and manipulation....Open the target document $pdf = new Document ( $dataDir . 'input1...ExcelSave Option object $excelsave = new ExcelSaveOptions (); # Save the...

    docs.aspose.com/pdf/java/convert-pdf-to-excel-w...
  4. XlsxSaveOptions.SectionMode | Aspose.Words for ...

    Discover how the XlsxSaveOptions SectionMode property optimizes section handling for XLSX exports, ensuring seamless document management and multiple worksheets.... Document doc = new Document ( MyDir + "Big document...XlsxSaveOptions xlsxSaveOptions = new XlsxSaveOptions (); xlsxSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Export Visio Diagram to SVG in PHP|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....diagram from a VSD file $diagram = new Diagram ( $dataDir . "drawing...Save as SVG $saveFileFormat = new SaveFileFormat (); $diagram ->...

    docs.aspose.com/diagram/java/export-visio-diagr...
  6. Export Visio Diagram to Image in PHP|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....diagram from a VSD file $diagram = new Diagram ( $dataDir . "drawing...Save as PNG $saveFileFormat = new SaveFileFormat (); $diagram ->...

    docs.aspose.com/diagram/java/export-visio-diagr...
  7. Font.noProofing property | Aspose.Words for Nod...

    Font.noProofing property. True when the formatted characters are not to be spell checked....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Getting recognition results as JSON|Documentation

    Returning Aspose.OCR for Java recognition results in JSON format.... AsposeOCR api = new AsposeOCR (); // Add an image...OcrInput object OcrInput input = new OcrInput ( InputType . SingleImage...

    docs.aspose.com/ocr/java/save-json/
  9. 将 SVG 转换为 DOCX | Aspose.HTML for .NET

    使用 Aspose.HTML for .NET 在 C# 中将 SVG 转换为 DOCX。在 C# 示例中考虑各种 SVG 到 DOCX 的转换方案。试试在线 SVG 转换器。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/zh/net/convert-svg-to-docx/
  10. Images not being rendered properly when convert...

    using var stream = New MemoryStream(); HtmlSaveOptions options = New HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase6…...stream = new MemoryStream(); HtmlSaveOptions options = new HtmlS...stream = new MemoryStream(); HtmlSaveOptions options = new HtmlS...

    forum.aspose.com/t/images-not-being-rendered-pr...