Sort Score
Result 10 results
Languages All
Labels All
Results 3,411 - 3,420 of 22,242 for

table

(0.37 sec)
  1. Missing borders after PDF to PPTX conversion - ...

    Hello, I’m trying to convert a PDF document to a PPTX, but some borders are missing after the conversion. Could you please confirm whether this is a bug in the library? Thank you Document doc = Document("/path/to/borde…...converting a PDF that contains table‑like borders to PPTX using Aspose...Rectangles / lines that form table borders Converted to PowerPoint...

    forum.aspose.com/t/missing-borders-after-pdf-to...
  2. How to add a PivotChart with C++|Documentation

    How to add a PivotChart using Aspose.Cells with C++....representation of the data in a pivot table. Pivot charts provide a way...pivot table. If you add or remove fields in the pivot table, the...

    docs.aspose.com/cells/cpp/how-to-add-pivot-chart/
  3. Aspose.Slides for Python: slides.Presentation T...

    hi. import aspose.slides as slides file_path = "test37.pptx" slides.Presentation(file_path) the error message is An error occurred while creating the presentation: Proxy error(PptxReadException): Font ‘?’ cannot be …...deleting table object which is not power point table solves this...an image and table inside picture object (the table uses fonts...

    forum.aspose.com/t/aspose-slides-for-python-sli...
  4. Aspose.Cells 8.8.0中的公共API更改|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.... C# string html = @" <table data-cache=""not-cached"" class=""sortable"">...class=""odd"">10.8%</td> </tr> </tbody> </table> " ; byte [] byteArray = Encoding...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = new aw.Document(letterHeadpath); const contentDoc = new aw.Document(docPath); const headDocParagraphs = headDoc.sections…...Tables colliding on docx to pdf conversion Aspose.Words Product...(importedNode.nodeType === aw.NodeType.Table) { const tbl = importedNode...

    forum.aspose.com/t/tables-colliding-on-docx-to-...
  6. IMailMergeDataSourceRoot.GetDataSource | Aspose...

    Unlock seamless mail merging with Aspose.Words! Discover how the IMailMergeDataSourceRoot GetDataSource method enhances your document automation process....data records of the specified table. Remarks When the Aspose.Words...merge region. If a data source (table) with the specified name does...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Row.Hidden | Aspose.Words for .NET

    Row Hidden property documentation. Control Table row visibility in Word documents programmatically with boolean hide/show settings....Examples Shows how to hide a table row. Document doc = new Document...Document ( MyDir + "Tables.docx" ); Row row = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  8. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....HeaderFooter can contain Paragraph and Table child nodes. HeaderFooter is...getTables() Gets a collection of tables that are immediate children...

    reference.aspose.com/words/java/com.aspose.word...
  9. CompareOptions.compare_moves property | Aspose....

    CompareOptions.compare_moves property. Specifies whether to compare differences between the two documents....' ) # Table: builder . start_table () builder . insert_cell...cell 2 text' ) builder . end_table () # Textbox: text_box = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Word and PDF mismatch v2 - Free Support Forum -...

    Hello, Back in May i reported issue with Word vs PDF mismatch while merging columns and using page break before paragraph setting. It was under link Word and Pdf mismatch. It was fixed, but it appears that while extendi…...new DocumentBuilder(doc); Table table = builder.startTable(); builder...endRow(); builder.endTable(); table.getRows().get(1).getCells()...

    forum.aspose.com/t/word-and-pdf-mismatch-v2/272282