Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Inkscape Beginner's Guide
Inkscape Beginner's Guide

Inkscape Beginner's Guide: Create attractive layout designs, logos, brochures, icons, and more using the Inkscape vector graphics editor.

eBook
€8.99 €25.99
Paperback
€32.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Table of content icon View table of contents Preview book icon Preview Book

Inkscape Beginner's Guide

Chapter 1. Getting Started with Vector Graphics

Inkscape is an open source, free program that creates vector-based graphics that can be used in web and print design, in interface and logo creation, and in material cutting. Its capabilities are similar to those of commercial products such as Adobe Illustrator, Macromedia Freehand, and CorelDraw and can be used for any number of practical purposes—creating vector graphics for use in illustrations, business letterheads, computer and electronic wallpapers, and designing web pages and the elements within them.

This is a beginner's guide to using Inkscape. This means you will learn all the ins and outs of using this software—including all the details about the interface, menus, buttons, as well as how to create graphics. We'll start with the very basic parts of graphics and build up as we continue through the book to more complex graphics projects pointing out how you would use these items in everyday projects.

However, before learning the details on how to use Inkscape, let's take a step back and define vector graphics, how a computer displays them, how vector graphics work together, and why we want to use them in design.

Specifically, this chapter will teach you the following:

  • What vector graphics are
  • Scalable Vector Graphics and Inkscape
  • Reasons for using vector graphics over rasterized images
  • How vector graphics are used in design

Let's get started!

What are vector graphics?

A vector graphic is made up of points, lines, curves, and shapes or polygons, which are all based on mathematical equations. Inkscape uses these objects and can convert them into paths. A path is a line with a start and end, which are also calculated with a mathematical equation. These paths are not limited to being straight—they can be of any shape, size, and even encompass any number of curves. When you combine them, they create drawings, diagrams, and can even help create certain fonts.

How does this all relate to vector-based graphics? Vector-based graphics aren't made up of pixels. Since they are resolution-independent, you can make them larger (by scaling) and the image quality will stay the same, lines and edges stay clean, and the same images can be used on items as small as letterheads or business cards, blown up to be billboards, or used in high-definition animation sequences. This flexibility, often accompanied by smaller file sizes, makes vector graphics ideal—especially in the world of Internet, computer displays of varying resolution, and hosting services for web pages. Inkscape can help in the navigation of those waters of vector graphics and is a tool that can be invaluable when designing for the digital world as well as print.

These characteristics make vector graphics very different from JPEGs, GIFs, or BMP images—all of which are considered raster or bitmap images, made up of tiny squares called pixels or bits. If you magnify these images, you will see that they are made up of a grid (or bitmap), and if magnified further, they will become blurry and grainy as each pixel with bitmap square's zoom level grows larger.

What are vector graphics?

Programs that use vector graphics

As stated earlier in the chapter, many programs and applications are similar to Inkscape and can open vector graphics. Some can only open these files for viewing purposes and others can edit them.

Other applications typically used for page layout, but which can open and manipulate vector graphics include Scribus, Quark Xpress, and Adobe InDesign. Scribus is unique in that it is also open source (as Inkscape is) and can even import SVG files (the file type Inkscape uses) and manipulate them. The other programs can open, import, place, scale, and distort .eps files, a vector graphic file type, but unfortunately cannot create or otherwise modify vector graphics.

To create vector graphics, you will use illustration programs like Inkscape—which this book is about—or other programs like Adobe Illustrator, Adobe Freehand Corel Draw, Freehand, XARA Xtreme, or Serif DrawPlus. These programs all have native file formats, but allow you to export your graphics as .eps or .svg files, as needed. What is different about these applications than those for page layout is that you start with a completely blank document that allows you to fully design or draw what you would like, whereas the page layout application focuses on full page layouts.

Vector formats

In the previous section, it was noted that .eps, an Encapsulated Post Script file, is a common vector graphic format—or open format—that can be read by most applications that open and/or create vector graphics. However, there are other file formats that are also considered vector-graphic compatible. These include Inkscape's .svg format, Adobe Illustrator (.ai), Adobe Freehand (.Fhx), and Adobe Flash files, which are mostly vector data and are considered proprietary formats, tied more directly to the prospective software that can open them.

There are a number of other proprietary graphic file formats which can include vector graphics within them as well as rasterized (or bitmap) graphics. These include:

  • Adobe Photoshop (.psd): This includes vector layers such as text, shapes, and paths
  • Adobe Acrobat Portable Document Format (.pdf): This contains vector data and bitmap images in different forms
  • The Encapsulated Post Script file (.eps): This, again, can hold both vector data and bitmap images

Also note that .eps files are basically the same files a Post Script laser printer uses. Both file types are developed by Adobe and are the foundation of the Adobe PDF format.

Scalable Vector Graphics

What does Inkscape use? A completely different file format—one that is fairly complex in nature, but works well for the flexible nature of vector graphics. They can be edited within Inkscape and can be opened in a text editor and edited at an XML code level. Inkscape uses Scalable Vector Graphics (SVG), a vector-based drawing format that incorporates some basic principles:

  • A drawing can (and should) be scalable to any size without losing detail
  • A drawing can use an unlimited number of smaller drawings used in any number of ways (and reused) and still be a part of a larger whole

More specifically, Scalable Vector Graphics (SVG) is an XML-based file format for describing two-dimensional vector graphics. The specification defines an open standard that has been in development with the World Wide Web Consortium (W3C) since 1999.

Inkscape was built with SVG and the W3C web standards in mind, which give it a number of features, including a rich body of XML (Extensible Markup Language) with complete descriptions. Inkscape drawings can be reused in other SVG-compliant drawing programs and can adapt to different presentation methods. The .svg format has growing support across most web browsers (Firefox, Chrome, Opera, Safari, Internet Explorer).

The SVG files then, which are inherently XML, can be searched, indexed, scripted, and compressed within a text editor. In fact, they can be created and edited with a text editor if required, but drawing programs like Inkscape can create the SVG files. In fact, Inkscape has an XML editor feature which allows direct edits to the XML files; more information on this is in Chapter 12,How you can use the XML Editor.

Advantages of an open-standard vector format

There are some slight differences between traditional vector graphics and SVG. All vector graphics are scalable, use smaller-sized files, and have the flexibility to be resized when needed. However, the vector graphic format of SVG has even more detailed advantages than the vector graphic native.

Additional advantages of SVG vector images over proprietary formats

SVG vector images, because they are based on XML, have some distinct advantages over open standard vector formats. These are as follows:

  • They can be read and modified by a large range of tools (including browsers, text editors, and other vector graphics software, as described previously)
  • They are smaller and more compressible than JPEG and GIF images which are often used in web design
  • They are also scalable, like vector graphics
  • Text in SVG can be searched, edited, indexed, and more
  • SVG is an open-standard
  • SVG files are pure XML, which allows them to be opened in other programs (or even a text editor) and edited in non-graphical UI ways (or by programmers directly)
  • Most modern browsers offer some support for SVG. Internet Explorer 8, however, does not offer this support

There are still some limitations in the Inkscape program, even though it aims to be fully SVG-compliant. For example, as of version 0.48, it still does not support animation or use SVG fonts within the software for design—though there are plans to add these capabilities into future versions.

Disadvantages of vector graphics over non-vector formats

The biggest drawback to vector graphic formats is that they are not ideally suited to working with photographs. Sure, Inkscape and other vector graphic applications can open, import, or place photographs into projects, but the colors and complexities of displaying the photograph will essentially overwhelm the application. Also, as stated earlier, as photographs are very much rasterized images being imported into the vector-based application, once you re-size or scale the photograph, the integrity of the photograph can be lost.

This same complexity will appear for advanced coloring and lighting effects when using vector graphics as well—the more you try to make it look like a photograph, the more you might need to rasterize part of the vector graphic as well, essentially making it a non-vector graphic.

Another known drawback for vector graphics is interoperability. If you want to share files between vector graphic applications, you might run into some issues, even when you use .eps files which are more universally accepted as a vector graphic format. Vector information can be lost during the conversion. All fonts, elements, and objects need to be embedded (not linked) and tested thoroughly—however, this sharing is not impossible and entirely depends on the applications being used. Using Inkscape across teams as the development tool can help solve this problem as the application is open source and free to download.

If you are new to design, you might be surprised to learn that even when you are using a word processing program, you are using vector graphics all the time—fonts! Fonts illustrate two common properties of vector graphics:

  • An entire font, with all its letters, numbers, and symbols, has a very small file size
  • Fonts can be set to any size without losing quality

Some vector-based applications, including Inkscape, allow you to convert text to paths so you can modify the shapes of the letters themselves.

Determining when to use vector or rasterized graphics

We've spent a lot of time discussing vector graphics and how they differ from rasterized bitmap images. In doing so, it is also important to know when it is best to use each type, because there are instances when it does make sense to use one over the other.

Let's say we're doing a project that will get printed; a brochure—and for best results, we'll use both vector and bitmap graphics. We'll look at the most basic steps of how to put this brochure together in the following section.

Time for action — basic design

For this example, let's look at the design elements and determine how we would put them together in a design:

  1. Determine the exact size of the brochure. For our example, we'll focus on creating the outside of an 8.5 x 11 tri-fold brochure. Specifically, the cover design of this brochure is as follows:
    Time for action — basic design
  2. Design a basic front cover layout. We'll use the following one for the cover:
    Time for action — basic design
  3. Decide on the elements we will use for the design. For ours, we'll have a photograph, company logo, brochure title, and some additional copy.

What just happened?

We just did the basic planning required to create a brochure in any graphics program. We determined the physical size of the document, the basic layout, as well as the elements we have available for use in the design.

Time for action — vector versus rasterized images

Now we need to figure out what elements go where and which graphic types will work best. Determine what type of graphics each of our design elements should be to best suit our needs (and the design) and make sure we have the files in that format.

  1. Photographs naturally have a lot of colors and gradients, and are often taken in a fixed size from a digital camera. That said, the files are rasterized bitmaps and can be in any number of file formats—including .tif, .jpg, .gif, or .png, and are larger in size. Photographs don't lend themselves to being vector graphics.
    Time for action — vector versus rasterized images
  2. Logos should be portable, so that they can look clean at any size and resolution. The graphics themselves are often simple with less color variation and therefore lend themselves to being vector graphics as opposed to bitmaps. We'll use a graphic-based on one in the Openclipart.org collection, which will be explained later, as an example for a company logo. You can use files of the SVG, AI, or EPS format.
    Time for action — vector versus rasterized images
  3. The company name/title and copy will be text, which is a font and vector graphic. It can still be scaled to accommodate both the boldness of the company name and also be a body copy for the brochure:
    Time for action — vector versus rasterized images

What just happened?

We took each piece of the design puzzle and determined the best file types for each element. We collected our files and got them ready for the design phase, which is up next.

Time for action — building brochure files

Take all of the elements we defined—both bitmaps and vector graphics—and create the outside design of the brochure as follows:

Time for action — building brochure files

What just happened?

We looked at a full brochure design to determine which elements should be rasterized bitmaps and which should be vector graphics. When done correctly, the graphics seamlessly work together in a design.

Pop quiz — understanding vector graphics

What are the advantages of scalable vector graphics?

a. Smaller file sizes which can be compressed

b. Projects can be printed at any resolution

c. Can be searched, edited, and indexed with a text editor

d. All of the above

Summary

This chapter was dedicated to teaching you the basics about vector graphics and how they differ from bitmap images. We learned how vector graphics are resolution-independent and why we might want to use them in design, how Inkscape supports Scalable Vector Graphics (SVG), which is an open format, and the advantages of using these types of open graphics instead of proprietary. We also took some practical time learning to distinguish when it is best to use vector graphics and when raster images are needed.

Now it is time to learn how to install Inkscape 0.48 and begin creating vector graphics of our

Left arrow icon Right arrow icon

Key benefits

  • Comprehensive coverage of all aspects of Inkscape required for graphic design
  • Real world examples show you how to create everything from paths, complex shapes, to stylized text
  • Become an expert at using filters and working with images in Inkscape

Description

Learning to use Inkscape, an exciting open-source vector graphics program, broadens your software toolkit as a graphic designer. Using practical, real-world examples, you'll learn everything about the software and its capabilities so you'll be able to design anything from logos to websites.Inkscape Beginner's Guide is a practical step-by-step guide for learning this exciting vector graphics software. Not only will it take you through each menu item and toolbar, but you will also learn about creating complex shapes, text styling, filters, working with images, extensions, and the XML editoróall using real world examples.The book starts with an overview of vector graphics and how best to use them when designing for digital and print mediums. Then we install Inkscape and start learning all the ins and outs of the software. You'll build your first vector graphic while learning best practices for using layers, and build simple and complex objects with shapes and paths that will ultimately become exciting graphics to be used in your designs. Beyond designing sample logos and brochures while learning the software, you'll also learn how to use filters, install and use extensions, and the ins-and-outs of SVG and the XML Editor in Inkscape.

Who is this book for?

This book is intended for beginning graphic and web designers who want to expand their graphic software expertise. General familiarity with a graphics program is recommended, but not required.

What you will learn

  • Explore Inkscape by taking a tour of the software: menu by menu, toolbar by toolbar
  • A primer for what vector graphics are and how best they are used in design
  • Manage project files and discover what file types work best in Inkscape
  • Build your first vector graphic in Inkscapeóand then make that simple shape more complex by combining it with others, and changing fill or stroke colors
  • Transform objects to paths, use stroke to paths, and even track bitmaps using the Path Effect editor
  • Make 2D graphics come to life by using filters
  • Import, render, and trace images. Raster images to vector, and learn how to export these images for best use in print or digital design
  • Explore what templates and extensions to add to Inkscape and install other Open Source plugins, scripts, extensions, and templates.
Estimated delivery fee Deliver to Bulgaria

Premium delivery 7 - 10 business days

€25.95
(Includes tracking information)

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : May 24, 2012
Length: 298 pages
Edition : 1st
Language : English
ISBN-13 : 9781849517201
Languages :
Tools :

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Estimated delivery fee Deliver to Bulgaria

Premium delivery 7 - 10 business days

€25.95
(Includes tracking information)

Product Details

Publication date : May 24, 2012
Length: 298 pages
Edition : 1st
Language : English
ISBN-13 : 9781849517201
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 70.98
Inkscape Beginner's Guide
€32.99
Inkscape 0.48 Illustrator's Cookbook
€37.99
Total 70.98 Stars icon
Banner background image

Table of Contents

17 Chapters
1. Getting Started with Vector Graphics Chevron down icon Chevron up icon
2. Installing and Opening Inkscape Chevron down icon Chevron up icon
3. How to Manage Files Chevron down icon Chevron up icon
4. Creating your First Graphics Chevron down icon Chevron up icon
5. How to Work with Layers Chevron down icon Chevron up icon
6. Building Objects Chevron down icon Chevron up icon
7. Using Paths Chevron down icon Chevron up icon
8. How to Style Text Chevron down icon Chevron up icon
9. Using Filters Chevron down icon Chevron up icon
10. Extensions in Inkscape Chevron down icon Chevron up icon
11. Working with Images Chevron down icon Chevron up icon
12. Using the XML Editor Chevron down icon Chevron up icon
A. Where to Find More Information Chevron down icon Chevron up icon
B. Keyboard Shortcuts Chevron down icon Chevron up icon
C. Glossary of Terms Chevron down icon Chevron up icon
D. Pop quiz Answers Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
(45 Ratings)
5 star 46.7%
4 star 22.2%
3 star 17.8%
2 star 8.9%
1 star 4.4%
Filter icon Filter
Top Reviews

Filter reviews by




Penguin Pete Oct 06, 2012
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Hi there, I'm known around the Inkscape community as "Penguin Pete", and you may have stumbled upon one or two of my Inkscape tutorials online. I decided to check this guide out to (a) see what I'd missed in teaching myself Inkscape, and (b) see if I could recommend it for new users.> "Inkscape Beginner's Guide is very good at providing clear, step-by-step instructions and pacing everything so that even the rawest new user can follow along." ... "The guide also keeps the technobabble to a minimum in a fresh, clear writing style that only explains what's absolutely necessary. It also provides a few nice examples for laying out a postcard, web page, brochure, and other practical applications for office-level work. I wouldn't hesitate to recommend it for the new user."Read the full review here: [...]
Amazon Verified review Amazon
Nancy Graner Jun 04, 2015
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Helped me learn this PS equal but a bit more sofistacated
Amazon Verified review Amazon
Tealady2000 Jun 26, 2013
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I started using Inkscape recently to create diagrams for scientific publications. I had never used an SVG drawing program before and although there is some helpful information available on the web, I was struggling to get going. I decided to buy this book and I'm really glad I did because it is perfect for complete beginners. I quickly completed a couple of projects and I was very impressed by the versatility and sophistication of Inkscape itself. If you already know the basics, it's probably not for you.
Amazon Verified review Amazon
C. Moeller Oct 01, 2012
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Inkscape is a vector drawing program, much like Illustrator, but free AND open sourced. This book is very detailed, assuming you know knowing of vector drawing, and possibly of any kind of digital drawing. It starts out very slow, describing what vector graphics actually are, how to install Inkscape, ect. Then it actually allows you to explore the interface by small little projects, such as basic drawing tools, starting to modify objects, using layers, and stylizing text. Towards the end, it starts touching on topics most well experienced vector artists use on a daily basis, or haven't even discovered yet, such as using filters to stylize your objects, different options for stylizing text, and making custom looking text, as well as manipulating nopn-vector images inside of inkscape, and even using the XML editor to directly modify the SVG, which gives you an intro into how shapes are actually stored, which can of course be used by different programs (such as HTML5's `canvas' tag), due to it being an open format for vector graphics.If you're new to creating art working with a computer, new to vector drawing, or even want to transition from Illustrator to Inkscape, this book will get you from clueless to experienced in no time.
Amazon Verified review Amazon
liili smith Oct 01, 2012
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is great for the complete beginner. I wish I had read this book about 6 years ago, when I was first playing around with Inkscape and other graphic design tools. The website promises "Real world examples show you how to create everything from paths, complex shapes, to stylized text." It's true: Hands-on tutorials and real examples, complete with screenshots and images, are the meat of the book. As a bonus, you get a general introduction to some graphic design concepts is woven into the book. It covers things you really need to know when using Inkscape; vector vs. raster graphics, how SVG and other file formats work, and how to organize a graphic design project.For a more details about this book, check out my review here: [...]
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela