Sort Score
Result 10 results
Languages All
Labels All
Results 4,691 - 4,700 of 213,096 for

new

(0.47 sec)
  1. Load docx throw The document appears to be corr...

    Env Windows 11 Aspose.Words for NET 25.2 Code void Main() { var doc=New Aspose.Words.Document(@"C:\Users\hello\Desktop\test\test.docx"); } Test File test.zip (1.8 MB)...2 Code void Main() { var doc=new Aspose.Words.Document(@"C:\U...compatibility: LoadOptions loadOptions = new LoadOptions { MswVersion = MsWordVersion...

    forum.aspose.com/t/load-docx-throw-the-document...
  2. Convert PDF to EPUB, LaTeX, Text, XPS in C#|Asp...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using C# or .NET....document using ( var document = new Aspose . Pdf . Document ( dataDir...options EpubSaveOptions options = new EpubSaveOptions (); // Specify...

    docs.aspose.com/pdf/net/convert-pdf-to-other-fi...
  3. Wrong Decimal Separator in CSS Properties when ...

    Hello, when using the New option IsBorderCollapsed the properties in css for transform are set with wrong decimal separators. Eg: transform: rotate(-90deg) skew(-22,5deg); System Language is German. CultureInfo of th…...9:15am 1 Hello, when using the new option IsBorderCollapsed the...reproduce the issue: var lic = new License(); lic.SetLicense(@"S:\Aspose...

    forum.aspose.com/t/wrong-decimal-separator-in-c...
  4. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Discover the ParagraphFormat property for enhanced paragraph styling. Unlock advanced formatting options to elevate your document's appearance!... Document doc = new Document (); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/net/aspose.words/par...
  5. Customize Pie Charts in Presentations Using Jav...

    Learn how to create and customize pie charts in Java with Aspose.Slides, exportable to PowerPoint, boosting your data storytelling in seconds....Presentation class Presentation pres = new Presentation (); try { // Add...and categories. Add new categories. Add new series. Write the modified...

    docs.aspose.com/slides/java/pie-chart/
  6. PDF Forms. Manage via Java | Aspose.PDF

    Manage PDF Forms programmatically with Java sample code using Aspose.PDF for Java....Acroforms in Java Create or add new fields to Acroform Extract data...try ( Document pdfDocument = new Document ( inputFile )) { Page...

    products.aspose.com/pdf/java/acroforms/
  7. 管理行和列|Aspose.Slides 文档

    在 Java 中管理 PowerPoint 演示文稿中的表格行和列...Presentation 类 Presentation pres = new Presentation ( "table.pptx" );...Presentation 类 Presentation pres = new Presentation ( "Test.pptx" );...

    docs.aspose.com/slides/zh/androidjava/manage-ro...
  8. ComparisonTargetType | Aspose.Words for Java

    Allows to specify base document which will be used during comparison in Java....docOriginal = new Document(); DocumentBuilder builder = new Documen...newComment = new Comment(docOriginal, "John Doe", "J.D.", new Date());...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldAutoTextList.EntryName | Aspose.Words for ...

    Discover how to manage AutoText entries with the FieldAutoTextList EntryName property—easily set or retrieve names for streamlined document editing....FieldAutoTextList () { Document doc = new Document (); // Create a glossary...entries. doc . GlossaryDocument = new GlossaryDocument (); AppendAutoTextEntry...

    reference.aspose.com/words/net/aspose.words.fie...
  10. ImageData | Aspose.Words for Java

    Defines an image for a shape in Java.... Document doc = new Document(getMyDir() + "Images...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...