Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 1,242 for

fixed layout

(0.2 sec)
  1. Table Cell Text with WrapText set to False does...

    Hello, I am trying to make text NOT wrap within a table cell, after being converted to a PDF from a Word document. I am using: builder.CellFormat.WrapText = false; The Word Doc is created from scratdch, and it looks …...in maintaining the desired layout without text wrapping. Here...FixedColumnWidths); // Use fixed widths // Save to PDF doc.Save("output...

    forum.aspose.com/t/table-cell-text-with-wraptex...
  2. HtmlElementSizeOutputMode Enum | Aspose.Words f...

    Discover Aspose.Words.Saving.HtmlElementSizeOutputMode. Control element sizes for optimal HTML, MHTML, and EPUB exports. Enhance your document formatting!... Fixed sizes are not exported in this...missing sizes to make document layout more natural. None 2 Element...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Applying themes to Charts - Free Support Forum ...

    How would I go about adding theme to a chart? The only information I've found regarding chart formatting is changing the ChartArea.Area methods (Background, Foreground, FillFormat, etc). Is it possible to get themes app…...theme is selected from the Page Layout tab. I’ve been able to manually...Then if I go under the Page Layout > Themes and mouse over other...

    forum.aspose.com/t/applying-themes-to-charts/10...
  4. PDF ↔ Word conversion (C++ vs Java) — fidelity ...

    Hi Aspose Team, We are evaluating Aspose for PDF ↔ Word conversions and have two focused questions: Conversion fidelity / feature parity • Is the C++ version equivalent to the Java version for bidirectional PDF↔Word…...other hand PDF documents are fixed page format documents . While...document, Aspose.Words converts Fixed Page Document structure into...

    forum.aspose.com/t/pdf-word-conversion-c-vs-jav...
  5. Pdf->docx- bullets markup lost - Free Su...

    Hello! I trying convert a pdf to docx: using (var doc = new asposePDF.Document(path)) { DocSaveOptions opt = new DocSaveOptions() { Format = DocSaveOption…...get docx file with correct layout? tilal.ahmad April 3, 2014...as PDFNET-36708) have been fixed in Aspose.PDF for .NET 25.9...

    forum.aspose.com/t/pdf-amp-gt-docx-bullets-mark...
  6. Table Columns Overflow Page Width During HTML-t...

    We are currently evaluating Aspose.PDF for converting HTML documents into PDF format. During this evaluation we found that when number of columns for table are increased the generated PDF spills out the columns outside o…... This can be fixed with CSS property overflow-wrap:...limit */ table { table-layout: fixed; width: 100%; } td, th {...

    forum.aspose.com/t/table-columns-overflow-page-...
  7. Section breaks erased - Free Support Forum - as...

    Issue occurs in Aspose Words 25.6 and later, when calling either of these two methods in com.aspose.words.Document: save(String fileName, int saveFormat) save(String fileName, SaveOptions saveOptions) Section breaks a…...document, causing unintended page layout changes, with no changes to...section breaks, breaking the layout. Also, please ignore the part...

    forum.aspose.com/t/section-breaks-erased/319189
  8. Saving converted word document into PDF takes f...

    Hi Team, We are encountering an issue while converting a .docx file to PDF using Aspose. Specifically, the process hangs indefinitely at the line: wordDoc.save(os, SaveFormat.PDF); Here is the relevant snippet for ref…...document to PDF or any other fixed page formats, however, the most...most time is taken by document layout process than by saving operation...

    forum.aspose.com/t/saving-converted-word-docume...
  9. DWG Drawings|CAD 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....Create Single PDF with Different Layout Sizes Aspose.CAD for .NET allows...a single PDF with different layout sizes. This approach works...

    docs.aspose.com/cad/net/developer-guide/cad-and...
  10. Change pages only after comparison - Free Suppo...

    Hi, docA = aw.Document( "DocumentA.docx") docB = aw.Document("DocumentA_corrected.docx") options = aw.comparing.CompareOptions() options.ignore_formatting = True options.ignore_headers_and_footers = True o…...Words has it’s own layout engine to achieve this. To...you are saving the output in fixed page formats, like PDF or XPS...

    forum.aspose.com/t/change-pages-only-after-comp...