Sort Score
Result 10 results
Languages All
Labels All
Results 8,731 - 8,740 of 198,847 for

new

(0.17 sec)
  1. Edit PDF using C# | Aspose.PDF

    Еdit PDF document programmatically with C# sample code using Aspose.PDF for .NET...formatting attributes and styles Add new elements Work with graphs and..."sample_out.pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...

    products.aspose.com/pdf/net/editor/
  2. Extra text appears when converting DOCX to PDF ...

    Hi, When converting a DOCX file to PDF using Aspose.Words, I noticed extra text appears at page 2. Code: var doc = New Document(@".\test.docx"); doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance…... Code: var doc = new Document(@".\test.docx"); doc...fields before saving: var doc = new Document(@".\test.docx"); //...

    forum.aspose.com/t/extra-text-appears-when-conv...
  3. Convert BMP to EPS using Java API Solution

    BMP to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/java/convert/bmp-to-eps/
  4. Dynamic add a svg picture not work when convert...

    Hi, I am using aspose-20.12. I want to add a svg picture before save to html. but in the html, can not found the picture. Workbook workbook = New Workbook("excel-normal3.xlsx"); Worksheet worksheet = workbook.getWorksh…... Workbook workbook = new Workbook("excel-normal3.xlsx");...illustrate this: Workbook workbook = new Workbook("excel-normal3.xlsx");...

    forum.aspose.com/t/dynamic-add-a-svg-picture-no...
  5. Aspose.Slides 中的多线程|Aspose.Slides 文档

    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....Presentation presentation = new Presentation ( inputFilePath...(); List < Thread > threads = new ArrayList < Thread >( slideCount...

    docs.aspose.com/slides/zh/androidjava/multithre...
  6. FieldTitle class | Aspose.Words for Python

    aspose.words.fields.FieldTitle class. Implements the TITLE field...corresponding built-in property with the new value. builder . writeln () field...as_field_title () field . text = 'My New Title' field . update () self...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Converter freezes during import - Free Support ...

    When importing vsd file to vsdx, the process freezes indefinitely. vsd file with this issue: 41-TR-R-N001-A.zip (270.2 KB) The file was converted with this code snippet: File file = New File(PATH_TO_VSD_FILE); Diagra…...File file = new File(PATH_TO_VSD_FILE); Diagram d = new Diagram(file...Aspose Diagnosis: Diagram d = new Diagram(PATH_TO_VSD_FILE); d...

    forum.aspose.com/t/converter-freezes-during-imp...
  8. WRAPCOLS Excel function - Free Support Forum - ...

    We are considering purchasing a New Aspose Cells license but one of the functions we would need is the WRAPCOLS function which is not currently supported. Are there any plans to add support for this?...are considering purchasing a new Aspose Cells license but one...future updates from Aspose, as new features and functions are regularly...

    forum.aspose.com/t/wrapcols-excel-function/314748
  9. SectionLayoutMode Enum | Aspose.Words for .NET

    Discover the Aspose.Words.SectionLayoutMode enum to optimize section layouts and enhance document grid behavior for improved formatting control....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/sec...
  10. Pivot Table and Source Data|Documentation

    This article shows how to change the source data of pivot table with Aspose.Cells for Python via .NET....Data Creating a new designer template. Create a new designer template...designer template file. Populating new data and changing source data...

    docs.aspose.com/cells/python-net/pivot-table-an...