Sort Score
Result 10 results
Languages All
Labels All
Results 4,411 - 4,420 of 97,197 for

new

(0.13 sec)
  1. Adding an Image as a Paragraph causes infinite ...

    I am converting images to PDFs. When using specific settings, like a 2cm Margin this causes the call of Aspose.PDF.Document.Save or Aspose.PDF.Document.ProcessParagraphs to process infinitely, until the program crashes w…...POINTS_PER_CENTIMETER; var document = new Document(); var page = document...Add(); page.PageInfo.Margin = new MarginInfo( margins, margins...

    forum.aspose.com/t/adding-an-image-as-a-paragra...
  2. Managing Tags and Custom Data|Aspose.Slides Doc...

    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 pres = new Presentation ( "pres.pptx" );...via Java: Presentation pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/androidjava/managing-tag...
  3. Array Dimensions exceeded supported range ERROR...

    Array Dimensions exceeded supported range ERROR in version 22.1.0 replaced by System Stack Overflow in version 25.3.0.0 Hi. I was trying to open a specific file using Aspose.Task version 22.1.0 and......Based on this, I purchased a new license and downloaded version...Based on this, I purchased a new license and downloaded version...

    forum.aspose.com/t/array-dimensions-exceeded-su...
  4. 将PowerPoint转换为Word|Aspose.Slides 文档

    在Java中将PowerPoint演示文稿转换为Word...pres = new Presentation ( "sample.pptx" ); Document doc = new Document...(); DocumentBuilder builder = new DocumentBuilder ( doc ); for...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  5. NUMPAGES in TextBox in Table is not updated - F...

    Hi, I created document with section from other file. This section contains IF field with Textbox in Table in result. Probably this is similar situation to https://forum.aspose.com/t/numpages-in-textbox-is-not-updated/2…...document = new Document(); var documentBuilder = new DocumentBuilder(document);....PageBreak); var template = new Document(@"Header.docx"); var...

    forum.aspose.com/t/numpages-in-textbox-in-table...
  6. Font.Shadow cannot read the shadow correctly - ...

    word in the test.docx set the text attribute “Shadow”, but run.Font.Shadow property value is false using of aspose.word version number 22.4, I wonder whether the Font.Shadow can corresponds to the text attribute of the “…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...check the shadow property doc = new Document("ShadowText.docx");...

    forum.aspose.com/t/font-shadow-cannot-read-the-...
  7. PdfSaveOptions.embedFullFonts property | Aspose...

    PdfSaveOptions.embedFullFonts property. Controls how fonts are embedded into the resulting PDF documents....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...getFontsSources (); let folderFontSource = new aw . Fonts . FolderFontSource...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldMergingArgs.Text | Aspose.Words for .NET

    Manage your document's merge fields effortlessly with FieldMergingArgs. Easily set or retrieve text for seamless document integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...MailMerge . FieldMergingCallback = new HandleMergeFieldInse (); doc...

    reference.aspose.com/words/net/aspose.words.mai...
  9. HtmlFixedSaveOptions.ResourceSavingCallback | A...

    Optimize your document exports with the HtmlFixedSaveOptions ResourceSavingCallback. Control image, font, and CSS saving for enhanced HTML output....HtmlFixedResourceFol () { Document doc = new Document ( MyDir + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. HeaderFooterCollection | Aspose.Words for Java

    Provides typed access to HeaderFooter nodes of a Section in Java.... Document doc = new Document(getMyDir() + "Header...and a footer. Document doc = new Document(); // Create a header...

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