Sort Score
Result 10 results
Languages All
Labels All
Results 9,401 - 9,410 of 216,921 for

new

(0.13 sec)
  1. Export Presentations to XAML in PHP|Aspose.Slid...

    Convert PowerPoint and OpenDocument slides to XAML using Aspose.Slides for PHP via Java — quick, Office-free solution that keeps your layout intact....with default settings: $pres = new Presentation ( "pres.pptx" );...); try { $pres -> save ( new XamlOptions ()); } finally { if (...

    docs.aspose.com/slides/php-java/export-to-xaml/
  2. 通過 .NET 從 X 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 X 文檔加載、呈現和添加提取資產。...x" ; Scene scene = new Scene(file); //輸出為壓縮文件格式,Directory..."OutputFile.zip" ); using var output = new FileStream(zipOutput, FileMode...

    products.aspose.com/3d/zh-hant/net/extractor/x/
  3. Document.endnoteOptions property | Aspose.Words...

    Document.endnoteOptions property. Provides options that control numbering and positioning of endnotes in this document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. OdtSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.OdtSaveOptions to enhance your document saving experience. Customize settings for ODT/OTT formats and optimize your workflow!...OdtSaveOptions () Initializes a new instance of this class that can...( SaveFormat ) Initializes a new instance of this class that can...

    reference.aspose.com/words/net/aspose.words.sav...
  5. DocSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.DocSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Doc](../../aspose.words/saveformat/#Doc) or [SaveFormat.Dot](../../aspose.words/saveformat/#Dot) format...DocSaveOptions() Initializes a new instance of this class that can...DocSaveOptions(saveFormat) Initializes a new instance of this class that can...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for PHP via Java for more engaging slides....a chart data label: $pres = new Presentation (); try { $chart...the Presentation class $pres = new Presentation (); try { # Gets...

    docs.aspose.com/slides/php-java/chart-data-label/
  7. Converting PDF to JPEG/TIF C# results in black ...

    When converting some PDFs to JPG or TIF, a black image file is generated. So far, this has only occurred with PDFs created with ‘Simple Scan’ that contain an image. I have included example files in the attachment. We …...using (Document pdfDocument = new Document(Path.Combine(dataDir...resolution = new Resolution(300); JpegDevice jpegDevice = new JpegDevice(resolution);...

    forum.aspose.com/t/converting-pdf-to-jpeg-tif-c...
  8. 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...
  9. 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...
  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-...