Sort Score
Result 10 results
Languages All
Labels All
Results 9,541 - 9,550 of 222,975 for

new

(0.17 sec)
  1. 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...
  2. Question regarding Aspose.Pdf license for Epico...

    Hello, I’m looking for assistance to determine which Aspose.Pdf license version to purchase for my use case within our Epicor Kinetic cloud instance. Previously, within our Epicor function, I was able to instantiate th…...following code: var license = new Aspose.Pdf.License(); var assembly...way, and I need to acquire a new one. Could you please instruct...

    forum.aspose.com/t/question-regarding-aspose-pd...
  3. Doc to PDF error on table column size - Free Su...

    Good morning, we have a document, we store it as Word document, then we store it also as PDF document. We found a different column size in a table (where cells are added dynamically via C#) See images below PDF W…...outputFilePathDocx, new OoxmlSaveOptions()); var tempDocumentInfo = new Docu...Document, outputFilePathPdf, new PdfSaveOptions()); Thanks a lot...

    forum.aspose.com/t/doc-to-pdf-error-on-table-co...
  4. Footnote rendering issue: large page breaks aft...

    Hi Aspose.Words v24.2 When converting a DOCX file containing footnotes (references) to PDF using Aspose.Words, the resulting PDF is rendered incorrectly. Specifically, after a footnote is inserted, a large page break a…...var doc = new Word.Document("test.docx"); var opt = new Word.Saving...var doc = new Word.Document("test.docx"); var opt = new Word.Saving...

    forum.aspose.com/t/footnote-rendering-issue-lar...
  5. 将 C# 格式的 Word 转换为 Excel|.NET 格式的 Aspose.Words

    将 PDF 转换为 Excel、将 XML 转换为 Excel、将 DOCX 转换为 Excel C#。使用 C# 将各种格式的文档保存到 XLSX。...PDF 保存到 XLSX: Document doc = new Document ( MyDir + "Pdf Document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    docs.aspose.com/words/zh/net/convert-a-document...
  6. Sorting Resources by Name | Aspose.Tasks Docume...

    Learn how to sort resources by name using Aspose.Tasks for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/sorting-resources-by-...
  7. Incorrect Rendering of EQ \x\bo (Bottom Rule) i...

    Description When converting Word documents containing EQ fields that use the \x\bo switch, Aspose.Words renders the equation incorrectly in both PNG and HTML outputs. The \bo switch in Word EQ fields represents a bottom…...orphans:0; font-family:'Times New Roman'; font-size:12pt"><div><p...Saving; new License().SetLicense("licensePath"); var doc = new Do...

    forum.aspose.com/t/incorrect-rendering-of-eq-x-...
  8. Working with User-defined Cells|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....Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...

    docs.aspose.com/diagram/java/working-with-user-...
  9. Font changed in PDF file - Free Support Forum -...

    Hi Alexey, We have the code that builds Aspose document in memory and then saves it to either Word or Pdf. We have recently installed 3 New fonts to our server, and while the Word shows them correctly, the PDF document …...We have recently installed 3 new fonts to our server, and while...C# example var fontSettings = new Aspose.Words.FontSettings();...

    forum.aspose.com/t/font-changed-in-pdf-file/325129
  10. VSDX saved to PDF is missing elements - Free Su...

    Hi, When converting a specific .vsdx to .pdf, most of its content is not visible. I’m using this code: Diagram diag = New Diagram(options.SourcePath); diag.Save(options.DestinationPath, SaveFileFormat.Pdf);...using this code: Diagram diag = new Diagram(options.SourcePath);...VSDX file Diagram diagram = new Diagram("path/to/your/file.vsdx");...

    forum.aspose.com/t/vsdx-saved-to-pdf-is-missing...