Sort Score
Result 10 results
Languages All
Labels All
Results 8,781 - 8,790 of 223,144 for

new

(0.14 sec)
  1. PDF file distorted - Free Support Forum - aspos...

    hello, when we create doc file and insert pdf file inside doc and convert into pdf then PDF file is disctorting. As we are using below code. Document doc = New Document(); DocumentBuilder builder = New DocumentBuilder…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...(MemoryStream mst = new MemoryStream()) { var pdf = new Aspose.Pdf.Document(filepath);...

    forum.aspose.com/t/pdf-file-distorted/327238
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. Save Generated Barcodes in C#|Documentation

    Save Barcodes to File, Stream, Image Formats like BMP, PNG, GIF, JPEG, EMF, SVG using C# API... BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes...below. using ( Stream str = new FileStream ( $"{path}StoreImageAsStream...

    docs.aspose.com/barcode/net/save-barcode-image/
  7. ConvertUtil.InchToPoint | Aspose.Words for .NET

    Effortlessly convert inches to points with ConvertUtil's InchToPoint method. Enhance your precision in design and measurement today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/con...
  8. Aspose.PSD for Java 24.8 - 发行说明|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" ; var opt = new PsdLoadOptions (); opt . setLoadEffectsResour...outputImageFile = new String [ 4 ]; String [] outputPsdFile = new String...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  9. Question|Documentation

    A markup element that creates a closed-ended question....Responses Responses are provided on new lines after the opening # statement...placed one after the other or on new lines starting with a tab character...

    docs.aspose.com/omr/java/design-form/question/
  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