Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 214,446 for

new

(0.34 sec)
  1. Ustvari PDF Z Uporabo C#

    Ustvarite novo PDF v C# v nekaj korakih. Preprosto ustvarite PDF s knjižnico .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/sl/net/make/pdf/
  2. Gawe PDF Nganggo C#

    Gawe PDF anyar ing C# ing sawetara langkah. Nggawe PDF kanthi gampang nggunakake perpustakaan .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/jv/net/make/pdf/
  3. Add Watermark in PHP|Aspose.Words for Java

    Add Watermark to Document using PHP....dwatermark/data/" ; $ doc = new Java ( "com.aspose.words.Document"...as watermarks. $ shapeType = new Java ( "com.aspose.words.ShapeType"...

    docs.aspose.com/words/java/add-watermark-in-php/
  4. 使用 C# 在 PDF 中旋转文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中旋转 PDF 文件中的文本,以调整文本对齐和改善展示效果。...document using ( var document = new Aspose . Pdf . Document ()) {...fragment var textFragment1 = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/zh/net/rotate-text-inside-pdf/
  5. CertificateHolder Class | Aspose.Words for .NET

    Discover the Aspose.Words.DigitalSignatures.CertificateHolder class, your key to managing X509Certificate2 instances for secure digital signatures....our new digital signature. SignOptions signOptions = new SignOptions...and an output filename for its new digitally signed copy. string...

    reference.aspose.com/words/net/aspose.words.dig...
  6. Document.AppendDocument | Aspose.Words for .NET

    Effortlessly append documents with our Document Append method. Enhance your workflow by seamlessly integrating content into your existing files.... Document srcDoc = new Document (); srcDoc . FirstSection...text. " ); Document dstDoc = new Document (); dstDoc . FirstSection...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FontSettings.SetFontsSources | Aspose.Words for...

    Discover how the SetFontsSources method in Aspose.Words enhances document rendering by specifying TrueType font sources for optimal results....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FolderFontSource folderFontSource = new FolderFontSource ( FontsDir ...

    reference.aspose.com/words/net/aspose.words.fon...
  8. NullReferenceException when saving PDF with spe...

    Hi, we are using using Aspose.PDF.Drawing 23.12.0 with a license, but the issue was also reproduced with the same code with the latest release (trial). The issue shows itself when running the .net core 8 application eit…...LoadFonts(); var document = new Document(); var page = document...1. text page.Paragraphs.Add(new TextFragment("1.1 Some text"));...

    forum.aspose.com/t/nullreferenceexception-when-...
  9. SetPageSize() ignored if any Text added to the ...

    Background We are currently evaluating Aspose.Pdf for .Net as a replacement for iTextSharp. I am using the New Aspose.Pdf API (i.e., not the Generator) Problem When I call SetPageSize() to change the dimensions of a …... I am using the new Aspose.Pdf API (i.e., not the...dimensions: var doc = new Document(); //add a new page with text and...

    forum.aspose.com/t/setpagesize-ignored-if-any-t...
  10. How to create a Shape and also edit with points...

    Here is the document for reference to know in detail edit points.zip (33.3 KB)...//Create a new shape path ShapePath shapePath = new ShapePath();...//Create a new shape path ShapePath shapePath1 = new ShapePath();...

    forum.aspose.com/t/how-to-create-a-shape-and-al...