Skip to content
cjhaas blog

Basically a place that Chris can post solutions to problems so he can easily find them later

cjhaas blog

Basically a place that Chris can post solutions to problems so he can easily find them later

Install Visual Web Developer 2011 Beta without using the Web Platform Installer

Posted on March 1, 2012 By [email protected]

Microsoft’s Web Platform Installer is great but for some reason I prefer to install things the harder way. Here’s the official Microsoft link to download the Visual Studio 11 Express Beta for Web installer. Its still a bootstrap downloader but if I find an ISO I’ll update this post.

Read more

Convert iTextSharp Hyperlink from remote webpage to local page number

Posted on January 27, 2012 By [email protected]

This post is in response to a comment here. Let’s say you have a PDF with hyperlinks pointing to URLs like http://www.bing.com and you want to make these instead point to a page internal to the PDF. (Personally I can’t think of why this would be needed but someone apparently…

Read more

How to recompress images in a PDF using iTextSharp

Posted on January 6, 2012 By [email protected]

(I originally posted this on Stack Overflow) iText and iTextSharp have some methods for replacing indirect objects. Specifically there’s PdfReader.KillIndirect() which does what it says and PdfWriter.AddDirectImageSimple(iTextSharp.text.Image, PRIndirectReference) which you can then use to replace what you killed off. In pseudo C# code you’d do: Below is a full working…

Read more

Speed up iTextSharp’s PdfReader when reading multiple files or one very large file

Posted on October 13, 2011 By [email protected]

Most users of iTextSharp’s PdfReader are used to using the constructor that takes a single string representing a file path. For small files or only a couple of files this is fine but if you have a document with a large number of pages or just a large number of…

Read more

#3 – VB.Net iTextSharp Tutorial – Add a scaled image to a document

Posted on September 3, 2011 By [email protected]

This is part of a series of iTextSharp tutorials for VB 2010 Express. See this post for an overview and to answer any basic questions that you may have. This post is a followup to the previous one, this time it scales the image based on the document’s size

Read more

#2 – VB.Net iTextSharp Tutorial – Add an image to a document

Posted on September 3, 2011 By [email protected]

This is part of a series of iTextSharp tutorials for VB 2010 Express. See this post for an overview and to answer any basic questions that you may have.

Read more

#1 – VB.Net iTextSharp Tutorial – Hello World

Posted on September 3, 2011 By [email protected]

This is the first in the series of iTextSharp tutorials for VB 2010 Express. See this post for an overview and to answer any basic questions that you may have. This is the starter, the “hello world” program done in VB.Net. The comments in the code should hopefully be enough…

Read more

VB.Net tutorial for iTextSharp

Posted on September 3, 2011 By [email protected]

iTextSharp is a great open source PDF creation and manipulation library and is a port of the original Java version iText. Unfortunately I’ve found the documentation and samples lacking, especially for VB.Net. The only good collection of tutorials that I’ve found was written by Mike Brind. While they were a…

Read more

Getting color information from iTextSharp’s TextRenderInfo and ITextExtractionStrategy

Posted on July 31, 2011 By [email protected]

In order to get color information when using an ITextExtractionStrategy in iTextSharp (5.1.1.0) you need to make the following changes to main iTextSharp code. Once you make these changes you can follow my SO post here for getting font information as well. iTextSharp.text.pdf.parser.GraphicsState.cs iTextSharp.text.pdf.parser.PdfContentStreamProcessor.cs iTextSharp.text.pdf.parser.TextRenderInfo.cs This code is very experimental…

Read more

Don’t bother with TcpClient.Connected

Posted on February 2, 2011 By [email protected]

The TcpClient has a Connected property that is very convenient to use but unfortunately it doesn’t do what you think it should do. A better name for this property would be WasConnected or WasLastOperationSuccessful. The problem is that this property only tells you the status of the last operation. For…

Read more
  • Previous
  • 1
  • …
  • 13
  • 14
  • 15
  • …
  • 18
  • Next

Recent Posts

  • Google open redirect
  • How to use AI to write code
  • Doctrine/Symfony MariaDB DSN connection string
  • Creating a portable copy of pdftotext from source
  • Gravity Forms shortcode getting extra line breaks when used with ACF

Recent Comments

  • jose luis on #2 – VB.Net iTextSharp Tutorial – Add an image to a document
  • Eliezer Castanon on iTextSharp slightly smarter text extraction strategy
  • javad on How to recompress images in a PDF using iTextSharp
  • MANOUS3784 on Flock is awesome
  • Sang on Flock is awesome

Archives

  • June 2026
  • October 2025
  • November 2023
  • September 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • December 2022
  • September 2022
  • April 2022
  • October 2021
  • September 2021
  • April 2021
  • January 2021
  • October 2020
  • August 2020
  • June 2020
  • May 2020
  • December 2019
  • November 2019
  • October 2019
  • July 2019
  • May 2019
  • December 2018
  • October 2018
  • July 2018
  • November 2017
  • October 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • September 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • November 2013
  • May 2013
  • April 2013
  • March 2013
  • January 2013
  • November 2012
  • October 2012
  • July 2012
  • March 2012
  • January 2012
  • October 2011
  • September 2011
  • July 2011
  • February 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • June 2010
  • April 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009

Categories

  • Accessibility
  • Advanced Custom Fields
  • Authorize.Net
  • BWP Minify
  • Composer
  • Crappy Google Search Results of the Day
  • CSS
  • Doctrine
  • Drupal
  • Drush
  • Elasticsearch
  • Fun links of the day
  • Google Analytics
  • Gravity Forms
  • HHVM
  • HTML
  • iTextSharp
  • JavaScript
  • Linux
  • mysql
  • nginx
  • Optimization
  • PDF
  • PdfPTable
  • PHP
  • Plugins
  • Ramblings
  • Random things I learned
  • Redis
  • Security
  • simplesamlphp
  • SQL Server
  • SSH
  • SSL/TLS/HTTPS
  • Stack Overflow
  • SVG
  • Symfony
  • Synology
  • Uncategorized
  • Unicode
  • Varnish
  • Vendi Best Practice
  • VIP
  • Weird Google Search Results
  • Windows
  • WordPress
  • WP-CLI

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
©2026 cjhaas blog | WordPress Theme by SuperbThemes