Sort Score
Result 10 results
Languages All
Labels All
Results 4,771 - 4,780 of 192,511 for

new

(0.1 sec)
  1. License File Not Working Anymore|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....publish their web project(s) to a new server. They feel upset as their...using the component) on the new server environment. A Scenario...

    docs.aspose.com/cells/net/license-file-not-work...
  2. ImportFormatOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.ImportFormatOptions for customizable document formatting. Enhance your output with tailored import settings for optimal results....dstDoc = new Document (); DocumentBuilder builder = new DocumentBuilder...myStyle . Font . Name = "Courier New" ; myStyle . Font . Color = Color...

    reference.aspose.com/words/net/aspose.words/imp...
  3. Aspose.PSD for Java 21.7 - 发行说明|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....psd" ; PsdImage image = new PsdImage ( 500 , 500 ); try {.... addTextLayer ( "Text 1" , new Rectangle ( 10 , 35 , image ...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  4. Range.Fields | Aspose.Words for .NET

    Discover the Range Fields property, effortlessly access a comprehensive Fields collection for all your data range needs. Enhance your workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...HandleNodeChangingFo callback = new HandleNodeChangingFo (); doc...

    reference.aspose.com/words/net/aspose.words/ran...
  5. 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...
  6. 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...
  7. 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...
  8. 将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...
  9. 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...
  10. 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-...