background preloader

DZone Snippets: Store, sort and share source code, with tag goodness

DZone Snippets: Store, sort and share source code, with tag goodness
003. [C# Code Sample] 005.using Aspose.Imaging.FileFormats.Cad; 006.using Aspose.Imaging.ImageOptions; 008.namespace DxfExamples 010. /// <summary> 011. /// Represents test examples for DXF -> PDF export 012. /// </summary> 013. public class DxfExamples 015. /// <summary> 016. /// Default export. 017. /// </summary> 018. public void DefaultExport() 021. string filename = "Drawing1.dxf"; 024. using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(filename)) 027. 030. pdfOptions.PageWidth = 800; 031. pdfOptions.PageHeight = 600; 034. image.Save(filename + ".pdf", pdfOptions); 042.Imports Aspose.Imaging.FileFormats.Cad 043.Imports Aspose.Imaging.ImageOptions 045.Namespace DxfExamples 046. ''' <summary> 047. ''' Represents test examples for DXF -> PDF export 048. ''' </summary> 049. 050. ''' <summary> 051. ''' Default export. 052. ''' </summary> 053. 054. ' Name of the file 055. 057. ' Load an image 058. 059. ' Create options 060. 062. ' Set output file size 063. pdfOptions.PageWidth = 800 066. ' Export 068. 069.

http://www.dzone.com/snippets

Project OpenGrok OpenGrok is a fast and usable source code search and cross reference engine. It helps you search, cross-reference and navigate your source tree. It can understand various program file formats and version control histories like Mercurial, Git, SCCS, RCS, CVS, Subversion, Teamware, ClearCase, Perforce, Monotone and Bazaar. In other words it lets you grok (profoundly understand) source code and is developed in the open, hence the name OpenGrok. It is written in Java. OpenGrok is the tool used for the OpenSolaris source browser and search . / public / css This snippet of code will allow you to make your ONTRAPORT forms responsive with just a few minor modifications. Just update your max width (the maximum width you want the form to expand to when on a big screen), and you are good to go! Your form's width will now collapse when viewing on a mobile device without you having to worry about those ugly horizontal scroll bars. f0caca1d2c3cfe9883c88fba6abf1c2a

Posts CSS Query (I've been out of practice) James Robert Gardiner Hi guys, I've been majorly out of practice with website development, and I'm currently developing a website for a friend of mine. my code stock.com - wir speichern deinen Code und Ideen

Code Snippets - Snipplr Free Source Code and Scripts Downloads paste.lisp.org pastebin Code Snippets - Snipplr Social Snippet Repository

Related: