Sort Score
Result 10 results
Languages All
Labels All
Results 4,131 - 4,140 of 213,087 for

new

(0.11 sec)
  1. Convert HTML to PDF file in Java|Aspose.PDF for...

    Explore how to convert HTML content into PDF format using Aspose.PDF in Java....document Document document = new Document ( DATA_DIR + "PDFToHTML...HtmlSaveOptions htmlsaveOptions = new HtmlSaveOptions (); // Save the...

    docs.aspose.com/pdf/java/convert-html-to-pdf/
  2. Გადაიყვანეთ PDF RTF C#

    გადაიყვანეთ PDF RTF C# ფორმატში კოდით. შეინახეთ PDF როგორც RTF C#....Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/pdf...
  3. Გადაიყვანეთ PDF HTML C#

    გადაიყვანეთ PDF HTML C# ფორმატში კოდით. შეინახეთ PDF როგორც HTML C#....Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/pdf...
  4. Გადაიყვანეთ DOC TXT C#

    გადაიყვანეთ DOC TXT C# ფორმატში კოდით. შეინახეთ DOC როგორც TXT C#....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/doc...
  5. Გადაიყვანეთ HTML DOCX C#

    გადაიყვანეთ HTML DOCX C# ფორმატში კოდით. შეინახეთ HTML როგორც DOCX C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/htm...
  6. Convert Presentation Slides to Images in PHP|As...

    Convert slides from PPT, PPTX and ODP to images using Aspose.Slides for PHP via Java — fast, high-quality rendering with clear code examples....PNG format: $presentation = new Presentation ( "Presentation...how to do this: $imageSize = new Java ( "java.awt.Dimension" ...

    docs.aspose.com/slides/php-java/convert-slide/
  7. 使用JavaScript通过C++将Excel导出为JSON|Documentation

    学习如何使用C++和Aspose.Cells for JavaScript将Excel文件转换为JSON。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Json ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  8. Issue with custom fonts converting from word to...

    We have an issue converting a word document to pdf with a custom font. I’ve tried several ways to setup the custom fonts, but so far it always failed. here is my code: string[] fontFolders = FontsLoader.GetFontFolder…...Document doc = new Aspose.Words.Document(context...SourcePath); doc.FontSettings = new FontSettings(); doc.FontSettings...

    forum.aspose.com/t/issue-with-custom-fonts-conv...
  9. Extract data from AcroForm|Aspose.PDF for Andro...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms with the Aspose.PDF....Open document try { document = new Document ( inputStream ); } catch...all fields StringBuilder sb = new StringBuilder (); for ( com ...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  10. Filter VBA Project while loading a workbook wit...

    Learn how to filter VBA projects while loading Excel workbooks using Aspose.Cells for Node.js via C++....is provided by introducing a new option, LoadDataFilterOption...load VBA const loadOptions = new AsposeCells . LoadOptions ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/filter-vba-pro...