Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 1,158 for

fixed layout

(0.06 sec)
  1. Save Word document as PDF corrupts Tab markup -...

    Hi. We have very simple Word document, which we would like to save as PDF using Aspose.Words latest version 25.3.0. Unfortunately this operation corrupts document markup (Tabs are lost). Please see attached source docu…...Pdf) Can it be fixed by parameters? Or is it a bug...required to build document layout. If Aspose.Words cannot find...

    forum.aspose.com/t/save-word-document-as-pdf-co...
  2. 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...
  3. Aspose::Words::Tables::Table::AutoFit method | ...

    Aspose::Words::Tables::Table::AutoFit method. Resizes the table and cells according to the specified auto fit behavior in C++.... “Auto Fit to Window” and “Fixed Column Width”. In Microsoft...properties and then update the table layout and Aspose.Words does the same...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. 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...
  5. Aspose::Words::Saving::HtmlElementSizeOutputMod...

    Aspose::Words::Saving::HtmlElementSizeOutputMode enum. Specifies how Aspose.Words exports element widths and heights to HTML, MHTML and EPUB in C++.... Fixed sizes are not exported in this...missing sizes to make document layout more natural. None 2 Element...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. 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
  7. Convert EPUB to PDF in Python

    Learn how to convert EPUB to PDF in Python. Explore features, setup, and a simple code example to get started....while PDF is widely used for fixed-layout documents ideal for sharing...conversion with full control over layout, fonts, and output formatting...

    blog.aspose.com/pdf/convert-epub-to-pdf-in-python/
  8. Resize Shapes in Presentations with Python|Aspo...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET—automate slide Layout adjustments and boost productivity....they conform to the new slide layout. import aspose.slides as slides...width_ratio for layout_slide in master . layout_slides : for shape...

    docs.aspose.com/slides/python-net/re-sizing-sha...
  9. 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...
  10. Resize Shapes on Presentation Slides|Aspose.Sli...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for C++—automate slide Layout adjustments and boost productivity....they conform to the new slide layout. // Load the presentation file...work for master slides and layout slides? Yes, but you should...

    docs.aspose.com/slides/cpp/re-sizing-shapes-on-...