Sort Score
Result 10 results
Languages All
Labels All
Results 7,791 - 7,800 of 214,458 for

new

(0.12 sec)
  1. Aspose.Words Convert Docx to HTML Header missin...

    Hello. We have tried converting the following document to html: docHeaderOnly.docx (53.2 KB) We are using latest version of [Aspose.Words 25.6.0], in .net8. The code used is the following: var docxFilePath = "docHead…...html"; var saveOptions = new Aspose.Words.Saving.HtmlSaveOptions...false }; var docxDocument = new Aspose.Words.Document(docxFilePath);...

    forum.aspose.com/t/aspose-words-convert-docx-to...
  2. Create extension taxonomy - Free Support Forum ...

    Is there any way to create the extension taxonomy based on a XbrlDocument? I need to create the xyz.xsd xyz_pre.xml xyz_cal.xml xyz_def.xml xyz_lab-de.xml cant find anything about it...Document : Start by initializing a new instance of the XbrlDocument...Xbrl; XbrlDocument document = new XbrlDocument(); XbrlInstanceCollecti...

    forum.aspose.com/t/create-extension-taxonomy/31...
  3. 用JavaScript通过C++对ODS文件进行加密与解密|Documentation

    使用C++的Aspose.Cells for JavaScript对ODS文件进行密码保护和加密。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Ods ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  4. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...simple code: Document doc = new Document(@"C:\Temp\in.html");...var myDoc = new Aspose.Words.Document(htmlStream, new Aspose.Words...

    forum.aspose.com/t/prevent-table-header-rows-fr...
  5. 使用 C# 将 SVG 转换为图像、JPG、PNG、BMP、TIFF 和 GIF

    了解支持的 SVG 到图像转换方案以及如何在 C# 中执行它们。您将找到 C# 示例和在线 SVG 转换器...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/svg/zh/net/convert-svg-to-image/
  6. Merging PDF with XFDF not working - Free Suppor...

    Hi, I'm testing the Aspose PDF library and I'm trying to merge a PDF file with an XFDF file (xfdf includes INK Annotations). Test code (see below) runs without any problems but the output pdf file does not include the …...License pdflicense = new Aspose.Pdf.License(); pdflicense...false; var annotationEditor = new PdfAnnotationEditor(); annotationEditor...

    forum.aspose.com/t/merging-pdf-with-xfdf-not-wo...
  7. Working with Parent and Child Tasks in PHP | As...

    This guide explains how to use Aspose.Tasks Java for PHP to handle parent-child relationships in project files....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/parent-and-child-tas...
  8. Managing Currency Codes in PHP | Aspose.Tasks D...

    Learn how to manage currency codes using Aspose.Tasks Java for PHP....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/managing-currency-co...
  9. HtmlSaveOptions.ImageSavingCallback | Aspose.Wo...

    Control image saving with HtmlSaveOptions' ImageSavingCallback. Optimize document exports to HTML, MHTML, or EPUB for seamless user experience....DocumentPartsFileNam () { Document doc = new Document ( MyDir + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions (); // If we...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Incorrect Text Redaction Formatting after Modif...

    We are using TextFragmentAbsorber to find and redact text in a PDF. The redactions are marked with square brackets like [Reason], and the logic does the following: Finds all fragments matching regex: \[(?s)(.*?)\] Upda…...TextFragmentAbsorber absorber = new TextFragmentAbsorber(searchTerm);...absorber.TextSearchOptions = new TextSearchOptions(true); doc...

    forum.aspose.com/t/incorrect-text-redaction-for...