Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 4,296 for

split document

(0.21 sec)
  1. Table-layout: fixed not working - Free Support ...

    Hi, Converting a html Document with a table (with style table-layout: fixed) does not work: all the columns overlap. In the attachment the html and the output. My code: using (var ms = new MemoryStream(File.ReadAllBytes…...6:39am #1 Hi, Converting a html document with a table (with style table-layout:...le.html”))) { var d = new Document(ms, new HtmlLoadOptions());...

    forum.aspose.com/t/table-layout-fixed-not-worki...
  2. Unable to replace block content control - Free ...

    Hi, we are trying to replace tags with html text (which is a content control) but we get the following error: ‘The reference node is not a child of this node.’ the code we use is: doc.Range.Replace(lookupString, “”, …...this case it is necessary to split the run. if (e.MatchOffset >...NodeType != NodeType.Run)); } // Split the last run that contains the...

    forum.aspose.com/t/unable-to-replace-block-cont...
  3. Converting SVG to HTML in C# using Aspose.PDF f...

    Examples.zip (586.0 KB) We are evaluating various aspose products to convert svg to html. We attempted this in 2 ways, first using the code: public void ConvertSvgToHtml( string svgFilename, string htmlFilename ) { …...SVG file using ( SVGDocument document = new SVGDocument( svgFilename...// Render SVG to PDF file document.RenderTo( device ); } } //...

    forum.aspose.com/t/converting-svg-to-html-in-c-...
  4. FontSavingArgs.Bold | Aspose.Words for .NET API 参考

    FontSavingArgs 财产. 表示当前字体是否为粗体... { Document doc = new Document ( MyDir + "Rendering...我们也可以从这里访问源文档。 Assert . True ( args . Document . OriginalFileName . EndsWith...

    reference.aspose.com/words/zh/net/aspose.words....
  5. HtmlSaveOptions.FontSavingCallback | Aspose.Wor...

    HtmlSaveOptions 财产. 允许控制在将文档保存为 HTMLMHTML 或 EPUB 时如何保存字体... { Document doc = new Document ( MyDir + "Rendering...我们也可以从这里访问源文档。 Assert . True ( args . Document . OriginalFileName . EndsWith...

    reference.aspose.com/words/zh/net/aspose.words....
  6. Aspose::Words::Saving::FontSavingArgs::get_IsSu...

    Aspose::Words::Saving::FontSavingArgs::get_IsSubsettingNeeded method. Allows to specify whether the current font will be subsetted before exporting as a font resource in C++....characters that are used in the document. Subsetting allows to reduce...{ auto doc = MakeObject < Document > ( MyDir + u "Rendering.docx"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose conversion from Word to PDF is failing f...

    Hi Team, We are facing intermittent issue while coverting aspose words to pdf file. We are getting below error while converting a particular Document. Please note :- operating system is red hat linux JDK version :- op…...is failing for a particular document Aspose.Words Product Family...while converting a particular document. Please note :- operating...

    forum.aspose.com/t/aspose-conversion-from-word-...
  8. 在处理几百页的大文档时, Java 堆内存会不足,导致服务中断,请问可以怎么优化? - Fre...

    在处理几百页的大文档时, Java 堆内存会不足,导致服务中断,请问可以怎么优化?...List<TableBo> getDocumentTables(Document doc) { LayoutCollector layoutCollector...isNotBlank(tableNumber)) { String[] split = tableNumber.replaceAll("[-_\u001E-]"...

    forum.aspose.com/t/java/292450
  9. The file size for page splitting after converti...

    从Different File Sizes after Converting PPTX to PDF Locally in Java and via the Cloud继续讨论: String sourceFile = "D:\\www\\aspose\\pj\\mass\\ssss_99_40.pdf"; PdfFileEditor pdfEditor = new PdfFileEditor(); int[] pagesToExtr…...The file size for page splitting after converting PPT to PDF...OptimizationOptions again after page splitting Please review the above content...

    forum.aspose.com/t/the-file-size-for-page-split...
  10. Interface IFontSavingCallback | Aspose.Words fo...

    Aspose.Words.Saving.IFontSavingCallback 界面. 如果您想接收通知并控制如何接收通知请实现此接口 Aspose.Words 在将文档导出为 HTML 格式时保存字体... { Document doc = new Document ( MyDir + "Rendering...我们也可以从这里访问源文档。 Assert . True ( args . Document . OriginalFileName . EndsWith...

    reference.aspose.com/words/zh/net/aspose.words....