Skip to content

Instantly share code, notes, and snippets.

View ahsaniqbalsidiqui's full-sized avatar

Ahsan Iqbal ahsaniqbalsidiqui

  • https://www.aspose.com
View GitHub Profile
@ahsaniqbalsidiqui
ahsaniqbalsidiqui / AddBarcodeImageToPDFDocument-AddBarcodeImageToPDFDocument.cs
Last active April 29, 2019 17:37 — forked from aspose-barcode/AddBarcodeImageToPDFDocument-AddBarcodeImageToPDFDocument.cs
This Gist contains .NET code snippets for examples of Aspose.BarCode for .NET.
// For complete examples and data files, please go to https://github.com/aspose-barcode/Aspose.BarCode-for-.NET
// The path to the documents directory.
string dataDir = RunExamples.GetDataDir_CreateAndManage2DBarCodes();
// Create an image object inheriting properties from the section
Aspose.Pdf.Generator.Image image1 = new Aspose.Pdf.Generator.Image(sec1);
// Load image data from memory stream to the image object
image1.ImageInfo.ImageFileType = Aspose.Pdf.Generator.ImageFileType.MemoryBmp;
@ahsaniqbalsidiqui
ahsaniqbalsidiqui / Aspose.Cells for .NET Part2
Created February 4, 2019 19:14 — forked from aspose-com-gists/Aspose.Cells for .NET Part2
This Gist contains code snippets from examples of Aspose.Cells for .NET.
This Gist contains code snippets from examples of Aspose.Cells for .NET.
This Gist contains code snippets from examples of Aspose.Cells for .NET.
@ahsaniqbalsidiqui
ahsaniqbalsidiqui / 01_Aspose.Cells for Java
Last active December 5, 2018 13:24 — forked from aspose-cells/01_Aspose.Cells for Java
This Gist contains code snippets of examples of Aspose.Cells for Java.
Aspose.Cells for Java - Examples
@ahsaniqbalsidiqui
ahsaniqbalsidiqui / Aspose.Cells for .NET
Last active December 5, 2018 13:23 — forked from aspose-cells/Aspose.Cells for .NET
This Gist contains CSharp code snippets for examples of Aspose.Cells for .NET.
Aspose.Cells for .NET