Sort Score
Result 10 results
Languages All
Labels All
Results 6,011 - 6,020 of 214,361 for

new

(0.29 sec)
  1. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = New Document(docFilePath); docume…...throws Exception { document = new Document(docFilePath); document...catch (Exception e) { throw new RuntimeException(e); } } });...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  2. Public API Changes in Aspose.Note 1.6.0 | Aspos...

    This document discusses changes to the public APIs in Aspose.Note version 1.6.0....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/public-api-changes-in-...
  3. Deleting PDF Pages programmatically Python|Aspo...

    You can delete pages from your PDF file using Aspose.PDF for Python via .NET library....saves the updated document to a new file. This feature is helpful...document and saves the result to a new file. Args: input_file_name (str):...

    docs.aspose.com/pdf/python-net/delete-pages/
  4. Issue with Splitting Editable PDF | Missing rad...

    Hi Team, We are facing an issue while splitting an editable PDF. The radio button values are not being retained after the PDF is split. Details: Aspose Version: 24.3.0 Note: Upgrading the Aspose version is not feasib…...InvariantCultureIgno)) { pdfDocument = new Aspose.Pdf.Document(inputPath);...Aspose.Pdf.Document newDocument = new Aspose.Pdf.Document(); for (int...

    forum.aspose.com/t/issue-with-splitting-editabl...
  5. SVG with viewbox in defs used with fill:url - F...

    Hi Team, we are facing an issue where we insert a html string into a templated docx file via the report engine. The HTML contains an SVG with a defs section and some pattern within. The pattern has a viewbox, but the w…...We have opened the following new ticket(s) in our internal issue...Aspose.Words.Document doc = new Aspose.Words.Document(@"C:\Temp\TemplateV3...

    forum.aspose.com/t/svg-with-viewbox-in-defs-use...
  6. Skew correction|Documentation

    How to straighten a rotated image to improve recognition accuracy....AsposeOcr recognitionEngine = new AsposeOcr (); // Add PDF documents...OcrInput object OcrInput input = new OcrInput ( InputType . PDF );...

    docs.aspose.com/ocr/java/deskew/
  7. 表格|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中创建和格式化表格:插入数据、合并单元格、设置边框样式、对齐内容,并支持 PPT、PPTX 和 ODP 的导入/导出。...Add_Table () { using var pres = new Presentation (); var slide =...Access_Table () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/zh/net/examples/elements...
  8. DigitalSignatureCollection.Item | Aspose.Words ...

    Retrieve document signatures easily with DigitalSignatureCollection. Access signatures by index for streamlined document management and enhanced efficiency.... SignOptions signOptions = new SignOptions { SignTime = DateTime... using ( FileStream inDoc = new FileStream ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.dig...
  9. HtmlSaveOptions.FontSavingCallback | Aspose.Wor...

    Control font saving with HtmlSaveOptions FontSavingCallback. Optimize your documents for HTML, MHTML, or EPUB formats effortlessly!...SaveExportedFonts () { Document doc = new Document ( MyDir + "Rendering...manner. HtmlSaveOptions options = new HtmlSaveOptions { ExportFontResources...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Extract data from AcroForm|Aspose.PDF for PHP v...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms using PHP and the Aspose.PDF.... // Create a new instance of the License class...license file $licenceObject = new License (); $licenceObject ->...

    docs.aspose.com/pdf/php-java/extract-data-from-...