Sort Score
Result 10 results
Languages All
Labels All
Results 9,461 - 9,470 of 224,714 for

new

(0.16 sec)
  1. Missing label in the legend of a PivotChart (SU...

    Hi Support, In an Excel workbook containing a PivotChart that displays the legend, when exported to PDF, the label for the second value is not displayed. I’ve attached an image showing the problem and a simple program …...We have opened the following new ticket(s) in our internal issue...you as soon as a hotfix or a new version containing the fix is...

    forum.aspose.com/t/missing-label-in-the-legend-...
  2. Გადაიყვანეთ Word, PDF Და Მრავალი Სხვა Ფაილის Ფო...

    გადააკეთეთ დოკუმენტები პროგრამულად C# სხვადასხვა ფაილის ფორმატებს შორის: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG და მრავალი სხვა....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/
  3. Setting field values is slow - Free Support For...

    Setting all field values on a PDF can take an extended amount of time considering the operation. I have a sample file with about 365 fields, somewhat large, however it takes roughly 10 seconds to fill all fields. Profil…... var license = new License(); license.SetLicense(“Aspose...lic”); using (var fileStream = (new FileStream(“c:\test.pdf”, FileMode...

    forum.aspose.com/t/setting-field-values-is-slow...
  4. Fonts are missing in pdf after word to pdf conv...

    we have created one azure web app which convert word to pdf using aspose but after conversion “Source sans pro” font is missing in pdf. same issue we were reproduce it on local but after installation of “Source sans pro…...the document Document doc = new Document("input.docx"); // Create...options PdfSaveOptions options = new PdfSaveOptions(); options.se...

    forum.aspose.com/t/fonts-are-missing-in-pdf-aft...
  5. Create an Empty Project File | Aspose.Tasks Doc...

    Learn how to create an empty Microsoft Project (MPP/XML) file using Aspose.Tasks for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/create-an-empty-proje...
  6. HtmlSaveOptions.fontResourcesSubsettingSizeThre...

    HtmlSaveOptions.fontResourcesSubsettingSizeThreshold property. Controls which font resources need subsetting when saving to HTML, MHTML or EPUB...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . name = "Times New Roman" ; builder . writeln (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the document.... let doc = new aw . Document (); expect ( doc...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

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

    Discover the CellFormat FitText property, easily compress text to fit your cell's width, enhancing readability and presentation in your spreadsheets....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...the current cell, // and any new cells that we create with the...

    reference.aspose.com/words/net/aspose.words.tab...
  9. PDF/A conversion problem since 24.12 - Free Sup...

    Hello! I convert this pdf input.pdf (31.5 KB) to PDF/A-2B, but since 24.12 there are problems, when the font “Akagi” is used in the PDF. Document document = New Document(New ByteArrayInputStream(input)); PdfFormatConve…... Document document = new Document(new ByteArrayInputStream(input));...PdfFormatConversionO options = new PdfFormatConversionO(PdfFormat...

    forum.aspose.com/t/pdf-a-conversion-problem-sin...
  10. Crop PDF using C# | Aspose.PDF

    Crop PDF without losing quality in C# programmatically with C# sample code using Aspose.PDF for .NET...create new Box Rectagle Save the updated document to the new path...Output file: var pdfDocument = new Aspose . Pdf . Document ( Path...

    products.aspose.com/pdf/net/crop/