Sort Score
Result 10 results
Languages All
Labels All
Results 8,531 - 8,540 of 222,967 for

new

(0.67 sec)
  1. Display PCL Formats Using C# | Aspose.PDF

    Open and view PCL documents programmatically with C# sample code using Aspose.PDF for .NET...pdfDocument = new Aspose . Pdf . Document ( "sample.pcl" , new Aspose...

    products.aspose.com/pdf/net/viewer/pcl/
  2. SvgSaveOptions.IdPrefix | Aspose.Words for .NET

    Discover the SvgSaveOptions IdPrefix property, which customizes element IDs in your output document for better organization and clarity. Enhance your SVG files today!... Document doc = new Document ( MyDir + "Id prefix...SvgSaveOptions saveOptions = new SvgSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. LoadOptions.IgnoreOleData | Aspose.Words for .NET

    Discover how the LoadOptions IgnoreOleData property enhances your data handling by allowing you to control OLE data processing. Optimize your workflow today!... LoadOptions loadOptions = new LoadOptions () { IgnoreOleData...IgnoreOleData = true }; Document doc = new Document ( MyDir + "OLE objects...

    reference.aspose.com/words/net/aspose.words.loa...
  4. XlsxDateTimeParsingMode Enum | Aspose.Words for...

    Discover Aspose.Words' XlsxDateTimeParsingMode enum for efficient document text parsing. Easily identify date and time values in your files!... Document doc = new Document ( MyDir + "Xlsx DateTime...XlsxSaveOptions saveOptions = new XlsxSaveOptions (); // Specify...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Saving specific pdf using Word options fails an...

    Hello, Using Aspose.PDF.Drawing 25.3, Saving the attached document with DocSaveOptions fires an internal exception and save fails. var docOptions = New DocSaveOptions { Format = DocSaveOptions.DocFormat.DocX, Mode …... var docOptions = new DocSaveOptions { Format = DocSaveOptions...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/saving-specific-pdf-using-wo...
  6. Conversion of OpenOffice Document|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....using(PresentationEx pres = new PresentationEx("OpenOfficePresentati...using (PresentationEx pres = new PresentationEx("ConversionFromPresen...

    docs.aspose.com/slides/net/conversion-of-openof...
  7. HorizontalRuleFormat.NoShade | Aspose.Words for...

    Discover the HorizontalRuleFormat NoShade property, control 3D shading for horizontal rules. Achieve a sleek, solid color design effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  8. PageSetup.TextOrientation | Aspose.Words for .NET

    Discover the PageSetup TextOrientation property to easily set page text direction. Customize your layout with options beyond the default Horizontal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  9. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Pdf ); const blob = new Blob ([ outputData ], { type...

    docs.aspose.com/cells/javascript-cpp/how-to-pri...
  10. De excel a prn - Free Support Forum - aspose.com

    de excel a prn...siguiente: Workbook workbook = new Workbook(filePath + "sample.xlsx");...xlsx"); TxtSaveOptions options = new TxtSaveOptions(); options.Separator...

    forum.aspose.com/t/de-excel-a-prn/310848